We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a86d1 commit 03af519Copy full SHA for 03af519
Dockerfile
@@ -39,7 +39,7 @@ RUN curl --silent --show-error --location --fail --retry 3 --output /tmp/google-
39
40
# Prerequisites for php7
41
RUN wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg \
42
- && sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' \
+ && sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
43
44
# Installs
45
RUN apt-get update -y \
0 commit comments