Skip to content

Commit

Permalink
fix: sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarbous authored Nov 29, 2024
1 parent 53b50dc commit 1e7abf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ RUN apt-get update && \
webp \
zip \
php${PHP_VERSION} \
php${PHP_VERSION}-amqp \
php${PHP_VERSION}-apcu \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-cli \
Expand All @@ -79,7 +80,6 @@ RUN apt-get update && \
php${PHP_VERSION}-xml \
php${PHP_VERSION}-yaml \
php${PHP_VERSION}-zip \
php${PHP_VERSION}-amqp \
tideways-php \
tideways-cli \
&& apt-get autoremove \
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN apt-get update && \
webp \
zip \
php${PHP_VERSION} \
php${PHP_VERSION}-amqp \
php${PHP_VERSION}-apcu \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-cli \
Expand All @@ -75,7 +76,6 @@ RUN apt-get update && \
php${PHP_VERSION}-xml \
php${PHP_VERSION}-yaml \
php${PHP_VERSION}-zip \
php${PHP_VERSION}-amqp \
tideways-php \
tideways-cli \
&& apt-get autoremove \
Expand Down

0 comments on commit 1e7abf1

Please sign in to comment.