Skip to content

Commit

Permalink
Add --no-cache to 'apk add' command in order to reduce docker image s…
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyard authored May 26, 2024
1 parent a1ae0fa commit a306f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM php:7.4-cli-alpine
# if run in China
# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories

RUN apk add \
RUN apk add --no-cache \
libzip-dev \
oniguruma-dev

Expand Down

0 comments on commit a306f4f

Please sign in to comment.