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 1d0a9fc
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 <rafikfarhad@gmail.com>"

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

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

0 comments on commit 1d0a9fc

Please sign in to comment.