We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2073bd commit 90a5b1eCopy full SHA for 90a5b1e
Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get update \
15
&& if [ "$MINIMAL" = "true" ]; then SUFFIX="${SUFFIX}-minimal"; fi \
16
&& if [ "$IOG" = "true" ]; then SUFFIX="${SUFFIX}-iog"; fi \
17
&& ./fetch-docker.sh input-output-hk/devx $PLATFORM.$COMPILER_NIX_NAME$TARGET_PLATFORM${SUFFIX}-env | zstd -d | nix-store --import | tee store-paths.txt \
18
- && yes | apt-get remove curl jq nix zstd \
+ && yes | apt-get remove jq nix zstd \
19
&& yes | apt-get autoremove \
20
&& yes | apt-get autoclean
21
0 commit comments