Skip to content

Commit

Permalink
Fix build of php53 docker-compose server
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed Nov 29, 2022
1 parent 071b8bf commit 77f3a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/php53/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PHP_VERSION 5.3.29
RUN set -eux; \
\
apt-get update; \
apt-get install -y \
apt-get install -y --force-yes \
curl \
autoconf2.13 \
; \
Expand Down

0 comments on commit 77f3a13

Please sign in to comment.