build(docker/backend): remove unused dependency

This commit is contained in:
Sarah Vaupel 2024-12-10 15:00:19 +01:00 committed by Steffen Jost
parent 623cc91c22
commit d47f1902b8

View File

@ -4,7 +4,6 @@ FROM docker.io/ubuntu:latest
RUN grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/*
# compile-time dependencies
RUN apt-get -y 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 pkg-config
RUN apt-get -y update && apt-get -y install llvm