Skip to content

Commit

Permalink
fix: install only openssh-client pkg (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra authored Jul 3, 2024
1 parent 482dc66 commit 8a27bb1
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 @@ -10,7 +10,7 @@ RUN apk -U upgrade && apk add --no-cache \
curl \
git \
jq \
openssh \
openssh-client \
openssh-keygen \
python3 \
tzdata
Expand Down

0 comments on commit 8a27bb1

Please sign in to comment.