Skip to content

Commit

Permalink
Remove cURL from Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Jun 26, 2024
1 parent a1ad8e8 commit 568561c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ LABEL org.opencontainers.image.licenses="AGPL-3.0"

RUN apt-get -y update \
&& apt-get -y install ca-certificates \
curl \
libssl3 \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 568561c

Please sign in to comment.