We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3a37f commit f9663dbCopy full SHA for f9663db
haskell/Dockerfile
@@ -1,8 +1,9 @@
1
-FROM debian:buster-slim
+FROM debian:bookwork-slim
2
3
RUN \
4
apt-get update && \
5
apt-get install curl make ca-certificates xz-utils -y --no-install-recommends && \
6
+ rm -rf /var/lib/apt/lists/* && \
7
curl -sSL https://get.haskellstack.org/ | sh
8
9
WORKDIR /work
0 commit comments