diff --git a/Dockerfile b/Dockerfile index 1977fc10e8d496baa2120f164dc75cfa56d4be14..e54bcc69adeeb27ce33067158fdbbb7fc5ee4f78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL name="renovate" WORKDIR /src -RUN apk add --quiet --no-cache --virtual git +RUN apk add --quiet --no-cache git openssh-client COPY package.json . COPY yarn.lock . RUN yarn install --production && yarn cache clean