Skip to content

Commit 03af519

Browse files
committed
(Dockerfile): Fix command
Signed-off-by: Victor Otieno <victor@slick.co.ke>
1 parent a1a86d1 commit 03af519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN curl --silent --show-error --location --fail --retry 3 --output /tmp/google-
3939

4040
# Prerequisites for php7
4141
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' \
42+
&& sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
4343

4444
# Installs
4545
RUN apt-get update -y \

0 commit comments

Comments
 (0)