Skip to content

Commit

Permalink
Remove libcurl4 as per @jvde-github
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Sep 18, 2023
1 parent 31d16ad commit 5ec61d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "TARGETARCH $TARGETARCH" && \
KEPT_PACKAGES+=(libairspyhf1) && \
KEPT_PACKAGES+=(libzmq5) && \
KEPT_PACKAGES+=(libsoxr0) && \
KEPT_PACKAGES+=(libcurl4) && \
# KEPT_PACKAGES+=(libcurl4) && \
KEPT_PACKAGES+=(libssl3) && \
KEPT_PACKAGES+=(tcpdump) && \
KEPT_PACKAGES+=(git) && \
Expand Down

0 comments on commit 5ec61d4

Please sign in to comment.