Skip to content

Commit

Permalink
feat: add ssh cli for git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
genisd committed Dec 11, 2024
1 parent 4fbe1fc commit 5491694
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 5491694

Please sign in to comment.