fix build
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
bc6d66cd88
commit
205f11532f
|
@ -93,8 +93,8 @@ RUN apt-get update && \
|
||||||
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && \
|
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && \
|
||||||
adduser --system --no-create-home --uid 1000 --group --home /authentik authentik && \
|
adduser --system --no-create-home --uid 1000 --group --home /authentik authentik && \
|
||||||
mkdir -p /certs /media /blueprints && \
|
mkdir -p /certs /media /blueprints && \
|
||||||
chown authentik:authentik /certs /media /authentik/ && \
|
chown authentik:authentik /certs /media && \
|
||||||
chgrp authentik /etc/ssh/ssh_config.d
|
chgrp authentik /etc/ssh/ssh_config.d/
|
||||||
|
|
||||||
COPY ./authentik/ /authentik
|
COPY ./authentik/ /authentik
|
||||||
COPY ./pyproject.toml /
|
COPY ./pyproject.toml /
|
||||||
|
|
Reference in New Issue