Update dockerfile
This commit is contained in:
parent
258261dc64
commit
b686b53a9c
|
@ -44,7 +44,7 @@ COPY --from=CREATE_VENV_STAGE ${VIRTUAL_ENV} ${VIRTUAL_ENV}
|
|||
# install deps
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y --no-install-recommends git rsync && \
|
||||
apt-get install -y --no-install-recommends rsync && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
groupadd -g 1000 "${TACTICAL_USER}" && \
|
||||
useradd -M -d "${TACTICAL_DIR}" -s /bin/bash -u 1000 -g 1000 "${TACTICAL_USER}"
|
||||
|
|
Loading…
Reference in New Issue