Skip to content

Commit

Permalink
CATCH-0: Update versions and add xdg-utils package.
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto115 committed Jul 31, 2024
1 parent 90bcfe7 commit c8325be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN apt update \
zip \
libzip-dev \
gnupg2 \
ca-certificates
ca-certificates \
xdg-utils

# Install GD and other dependencies
RUN apt install -y \
Expand Down Expand Up @@ -54,7 +55,6 @@ RUN NODE_MAJOR=20 &&\
## Run Update and Install
RUN apt update && apt install -y nodejs


## Install tools
# Install aws cli v2
RUN case $TARGETPLATFORM in \
Expand Down Expand Up @@ -90,7 +90,7 @@ RUN npm install -g aws-cdk @aws-amplify/cli

# Install composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV COMPOSER_HOME '/usr/composer'
ENV COMPOSER_HOME='/usr/composer'

# Clean up installations
RUN apt-get -y autoremove && apt-get -y clean
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ This image is based on php 8.2-fpm
Set of tools to run for building several kind of projects.

Tools in this image:
* aws cli: 2.13.35
* aws cdk: 2.108.0
* aws amplify: 12.8.2
* aws cli: 2.17.20
* aws cdk: 2.150.0
* aws amplify: 12.12.4
* eb: 3.20.10
* php: 8.2.12-fpm
* node: v20.9.0
* npm: 10.1.0
* composer: 2.6.5
* php: 8.2.21-fpm
* node: v20.16.0
* npm: 10.8.1
* composer: 2.7.7
* python3: 3.11.2
* ansible: 2.16.0
* ansible: 2.17.2

0 comments on commit c8325be

Please sign in to comment.