Skip to content

Commit 663902a

Browse files
committed
move to alpine php image
1 parent 51532e3 commit 663902a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM php:7.0
1+
FROM php:7.0-alpine
22

3-
RUN apt-get update && apt-get -y install patch
3+
RUN apk --update add patch && rm -rf /var/cache/apk/*
44

55
RUN pear install PHP_CodeSniffer-2.5.1

0 commit comments

Comments
 (0)