Skip to content

Commit

Permalink
Merge pull request #5 from gynzy/PF-2731-add-ssh
Browse files Browse the repository at this point in the history
feat: add ssh cli for git clone
  • Loading branch information
genisd authored Dec 11, 2024
2 parents 4fbe1fc + 5491694 commit 7a29404
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 @@ -3,7 +3,7 @@ LABEL maintainer="RafikFarhad <[email protected]>"

RUN apk update && \
apk upgrade && \
apk add --no-cache git curl python3 bash
apk add --no-cache git curl python3 bash openssh-client

# Downloading gcloud package and install
RUN mkdir -p /usr/local/gcloud \
Expand Down

0 comments on commit 7a29404

Please sign in to comment.