snapshot: preserve backup UX, remote target setup, and docs updates
This commit is contained in:
@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends build-essential netcat-openbsd gettext \
|
||||
&& apt-get install -y --no-install-recommends build-essential netcat-openbsd gettext postgresql-client \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN groupadd -g 1000 app && useradd -u 1000 -g app -m app
|
||||
|
||||
Reference in New Issue
Block a user