Skip to content

Commit 97ac93f

Browse files
committed
removed unnecessary if for php 7.0
1 parent c01ccb2 commit 97ac93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile.valgrind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /code
66
ADD ci/adjust-debian-apt-sources.sh ci/
77
RUN ci/adjust-debian-apt-sources.sh
88
RUN apt-get update && apt-get install -y valgrind --allow-unauthenticated && apt-get clean
9-
RUN apt-get install -y libcurl4-openssl-dev
9+
RUN apt-get install -y --allow-unauthenticated libcurl4-openssl-dev
1010

1111
ADD ci/install_php_custom.sh ci/generate_php_install_dir.sh ci/
1212
ARG PHP_VERSION_FULL

0 commit comments

Comments
 (0)