Skip to content

Commit

Permalink
no ncache apk add
Browse files Browse the repository at this point in the history
  • Loading branch information
ced455 authored Aug 10, 2023
1 parent 644f26c commit 1f9dc11
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 @@ -2,7 +2,7 @@ FROM docker:24.0.5-dind

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

RUN apk update && apk add \
RUN apk update && apk add --update --no-cache \
curl \
make \
git \
Expand Down

0 comments on commit 1f9dc11

Please # to comment.