Skip to content

Commit 90a5b1e

Browse files
authored
Update Dockerfile
1 parent b2073bd commit 90a5b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update \
1515
&& if [ "$MINIMAL" = "true" ]; then SUFFIX="${SUFFIX}-minimal"; fi \
1616
&& if [ "$IOG" = "true" ]; then SUFFIX="${SUFFIX}-iog"; fi \
1717
&& ./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 \
18+
&& yes | apt-get remove jq nix zstd \
1919
&& yes | apt-get autoremove \
2020
&& yes | apt-get autoclean
2121

0 commit comments

Comments
 (0)