Skip to content

Commit 00c55a5

Browse files
authored
apk --no-cache
1 parent 2bf9087 commit 00c55a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM php:7.0-alpine
22

3-
RUN apk --update add patch && rm -rf /var/cache/apk/*
3+
RUN apk add --no-cache patch
44

55
RUN pear install PHP_CodeSniffer-2.6.2

0 commit comments

Comments
 (0)