Skip to content

Commit f9663db

Browse files
committed
Fix benhc
1 parent 6a3a37f commit f9663db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

haskell/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM debian:buster-slim
1+
FROM debian:bookwork-slim
22

33
RUN \
44
apt-get update && \
55
apt-get install curl make ca-certificates xz-utils -y --no-install-recommends && \
6+
rm -rf /var/lib/apt/lists/* && \
67
curl -sSL https://get.haskellstack.org/ | sh
78

89
WORKDIR /work

0 commit comments

Comments
 (0)