root: fix locales not being included in docker image

closes #3885

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-11-22 21:32:48 +01:00
parent 07b1aea767
commit 4a17795df9
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ RUN apt-get update && \
COPY ./authentik/ /authentik
COPY ./pyproject.toml /
COPY ./xml /xml
COPY ./locale /locale
COPY ./tests /tests
COPY ./manage.py /
COPY ./blueprints /blueprints