diff --git a/Dockerfile b/Dockerfile index 20b9c99..a7f5734 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer="RafikFarhad " 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 \