chore(Dockerfile): add apt-get upgrade -yqq

This commit is contained in:
Julien Neuhart
2025-01-17 15:24:37 +01:00
parent 19c91aff19
commit ecb5d974c5
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ ENV CGO_ENABLED=1
COPY --from=golang /usr/local/go /usr/local/go
RUN apt-get update -qq &&\
apt-get upgrade -yqq &&\
apt-get install -y -qq --no-install-recommends \
sudo \
# gcc for cgo.