chore(docker/backend): add missing locale dependencies

This commit is contained in:
Sarah Vaupel 2024-08-19 01:52:18 +02:00
parent 87c22b8a84
commit ff58c3a2ba

View File

@ -4,7 +4,7 @@ FROM debian:12.5
RUN apt-get -y update
RUN apt-get -y install haskell-stack git
RUN apt-get -y install alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev pkg-config
RUN apt-get -y install alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev locales locales-all pkg-config
ADD . /fradrive
WORKDIR /fradrive