Skip to content

Commit

Permalink
Add -y to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Mar 1, 2024
1 parent 9b415e8 commit 875a979
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
@@ -1,7 +1,7 @@
FROM --platform=$TARGETOS/$TARGETARCH debian AS curl

# Install build dependencies
RUN apt update && apt install libssl-dev make g++ curl
RUN apt update && apt install libssl-dev make g++ curl -y

# Download curl source from https://curl.se/download/
RUN curl -o curl.tgz https://curl.se/download/curl-8.5.0.tar.gz
Expand Down

0 comments on commit 875a979

Please sign in to comment.