chore(docker/backend): add missing locale dependencies
This commit is contained in:
parent
87c22b8a84
commit
ff58c3a2ba
@ -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
|
||||
|
||||
Reference in New Issue
Block a user