Skip to content

Commit

Permalink
fix php apt key
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 26, 2023
1 parent 68cec26 commit 8d7b385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN set -x && \
echo "fr_FR ISO-8859-1" >> /etc/locale.gen && \
locale-gen && \
echo "========== Deploy php ==========" && \
apt-get install software-properties-common ca-certificates lsb-release apt-transport-https -y --no-install-recommends && \
apt-get install software-properties-common ca-certificates lsb-release apt-transport-https gpg-agent -y --no-install-recommends && \
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' && \
wget -qO - https://packages.sury.org/php/apt.gpg | apt-key add - && \
apt-get update -y && \
Expand Down

0 comments on commit 8d7b385

Please sign in to comment.