Skip to content

Commit 1f9dc11

Browse files
authored
no ncache apk add
1 parent 644f26c commit 1f9dc11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker:24.0.5-dind
22

33
ENV PROJECT_ENV=dev SYMFONY_ENV=dev GID=0 UID=0
44

5-
RUN apk update && apk add \
5+
RUN apk update && apk add --update --no-cache \
66
curl \
77
make \
88
git \

0 commit comments

Comments
 (0)