diff options
| author | 2026-03-30 14:11:02 +0200 | |
|---|---|---|
| committer | 2026-03-30 14:11:02 +0200 | |
| commit | 777ba0b3299b6d973da336851bf2b26123419518 (patch) | |
| tree | 2cb0e84f87b3a144a4c1713de9bef7d9dbd1ddca | |
| parent | 731d6d77bf0ce4cab5255de9ced9d7671b52cb82 (diff) | |
Update before installing to get rid of annoying docker scout messages
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ ARG BASE_IMAGE=alpine:latest FROM ${BASE_IMAGE} -RUN apk add --no-cache openssh-server fish git sudo tini +RUN apk update && apk upgrade && apk add --no-cache openssh-server fish git sudo tini # default uid for git user who has access to all repos ENV GIT_UID=1000 |
