diff options
| -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 |
