diff --git a/docker/backend/Dockerfile b/docker/backend/Dockerfile index 0b1709105..6b2ed0e2d 100644 --- a/docker/backend/Dockerfile +++ b/docker/backend/Dockerfile @@ -1,5 +1,6 @@ FROM debian:12.5 +RUN apt-get update && apt-get -y install inotify-tools RUN apt-get -y update && apt-get -y install haskell-stack git RUN apt-get -y update && apt-get -y install alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev locales locales-all pkg-config RUN apt-get -y update && apt-get -y install llvm