We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51532e3 commit 663902aCopy full SHA for 663902a
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM php:7.0
+FROM php:7.0-alpine
2
3
-RUN apt-get update && apt-get -y install patch
+RUN apk --update add patch && rm -rf /var/cache/apk/*
4
5
RUN pear install PHP_CodeSniffer-2.5.1
0 commit comments