Automatic generation from github.com/vapor/template

This commit is contained in:
VaporBot 2022-04-11 08:45:43 +00:00
parent 189bd1683b
commit 87c3d0718c

View File

@ -46,7 +46,7 @@ FROM ubuntu:focal
# Make sure all system packages are up to date.
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && \
apt-get -q update && apt-get -q dist-upgrade -y && apt-get -q install -y ca-certificates && \
apt-get -q update && apt-get -q dist-upgrade -y && apt-get -q install -y ca-certificates tzdata && \
rm -r /var/lib/apt/lists/*
# Create a vapor user and group with /app as its home directory