We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d741723 + 4cb38ee commit 2765a9aCopy full SHA for 2765a9a
1 file changed
Dockerfile
@@ -24,8 +24,7 @@ RUN install-php-extensions \
24
RUN set -eux; \
25
apt-get update; \
26
apt-get install -y --no-install-recommends default-mysql-client; \
27
- rm -rf /var/lib/apt/lists/* && \
28
- echo -e '[client]\nskip-ssl = true' > /etc/my.cnf
+ rm -rf /var/lib/apt/lists/*
29
30
31
{ \
0 commit comments