mirror of
https://github.com/vapor/template-fluent-postgres.git
synced 2025-04-20 09:27:08 +08:00
Automatic generation from github.com/vapor/template
This commit is contained in:
parent
189bd1683b
commit
87c3d0718c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user