We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644f26c commit 1f9dc11Copy full SHA for 1f9dc11
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM docker:24.0.5-dind
2
3
ENV PROJECT_ENV=dev SYMFONY_ENV=dev GID=0 UID=0
4
5
-RUN apk update && apk add \
+RUN apk update && apk add --update --no-cache \
6
curl \
7
make \
8
git \
0 commit comments