mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
move to debian slim
i hope the no missing package
This commit is contained in:
parent
934a0e88a1
commit
a8c102552d
4
.github/workflows/Dockerfile.ci
vendored
4
.github/workflows/Dockerfile.ci
vendored
@ -51,12 +51,12 @@ RUN set -x \
|
||||
&& for file in $(cat /lldap/app/static/fonts/fonts.txt); do wget -P app/static/fonts "$file"; done \
|
||||
&& chmod a+r -R .
|
||||
|
||||
FROM debian:bullseye
|
||||
FROM debian:bullseye-slim
|
||||
ENV UID=1000
|
||||
ENV GID=1000
|
||||
ENV USER=lldap
|
||||
RUN apt update && \
|
||||
apt install -y --no-install-recommends tini ca-certificates gosu && \
|
||||
apt install -y --no-install-recommends tini ca-certificates gosu openssl tzdata && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
groupadd -g $GID $USER && useradd --system -m -g $USER --uid $UID $USER && \
|
||||
|
Loading…
Reference in New Issue
Block a user