We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf9087 commit 00c55a5Copy full SHA for 00c55a5
Dockerfile
@@ -1,5 +1,5 @@
1
FROM php:7.0-alpine
2
3
-RUN apk --update add patch && rm -rf /var/cache/apk/*
+RUN apk add --no-cache patch
4
5
RUN pear install PHP_CodeSniffer-2.6.2
0 commit comments