aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d47c68f..8754216 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,9 @@
FROM debian:trixie
-RUN apt -y update && apt -y install yarnpkg git ssh ghc cabal-install && rm -fr /var/cache/apt
+RUN apt -y update && apt -y install \
+ yarnpkg git ssh ghc cabal-install build-essential pkg-config zlib1g-dev \
+ && rm -fr /var/cache/apt
WORKDIR /opt/reploy