Skip to content

Commit

Permalink
Dockerfile: Don't install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Mar 14, 2024
1 parent 56226af commit dec3ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ USER opal
# ---------------------------------------------------
FROM common as server

RUN apt-get update && apt-get install -y openssh-client git curl && apt-get clean
RUN apt-get update && apt-get install -y openssh-client git && apt-get clean

USER opal

Expand Down

0 comments on commit dec3ac0

Please sign in to comment.