Skip to content

Commit 9e6f4e3

Browse files
authored
Try to slim down the image
1 parent bb0d0aa commit 9e6f4e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ RUN \
120120
else \
121121
ghcup install hls "$HLS_VERSION" --set; \
122122
fi; \
123-
ghcup gc --hls-no-ghc; \
123+
ghcup gc --cache --hls-no-ghc --tmpdirs; \
124+
rm --force --recursive --verbose /cabal-store/* ~/.cabal/{logs,packages,store}; \
124125
haskell-language-server-wrapper --version; \
125126
fi
126127

0 commit comments

Comments
 (0)