build(docker/backend): add missing inotify dependency
This commit is contained in:
parent
669350884d
commit
9e3073ed6c
@ -1,5 +1,6 @@
|
|||||||
FROM debian:12.5
|
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 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 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
|
RUN apt-get -y update && apt-get -y install llvm
|
||||||
|
|||||||
Reference in New Issue
Block a user