From 4a17795df9dbc503393d49b52b0eafea90d6d924 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 22 Nov 2022 21:32:48 +0100 Subject: [PATCH] root: fix locales not being included in docker image closes #3885 Signed-off-by: Jens Langhammer --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0cd31ea41..816475a76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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