We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e654fd2 commit cbfc2e4Copy full SHA for cbfc2e4
2 files changed
Dockerfile
@@ -4,7 +4,7 @@ FROM php:${PHP_VERSION}
4
5
WORKDIR /tmp
6
7
-RUN apt-get update && apt-get install -y --no-install-recommends \
+RUN CC=gcc apt-get update && apt-get install -y --no-install-recommends \
8
libpng-dev \
9
libmcrypt-dev \
10
libzip-dev \
Dockerfile.apache
@@ -4,7 +4,7 @@ FROM php:${PHP_VERSION}-apache
0 commit comments