We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b569ff8 commit df4213fCopy full SHA for df4213f
1 file changed
Dockerfile
@@ -27,7 +27,7 @@ RUN apt-get update \
27
&& apt-get -y install cups-client \
28
&& apt-get -y autoremove \
29
&& apt-get clean \
30
- && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
+ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
31
32
RUN docker-php-ext-install sockets
33
0 commit comments