build(docker/backend): remove unused dependency
This commit is contained in:
parent
623cc91c22
commit
d47f1902b8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user