From 777ba0b3299b6d973da336851bf2b26123419518 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Mon, 30 Mar 2026 14:11:02 +0200 Subject: Update before installing to get rid of annoying docker scout messages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 3a2f4d7..262b9c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- cgit v1.3.1