mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 03:12:14 +01:00
chore(Dockerfile): add apt-get upgrade -yqq
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user