This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.10.0}"
1515ENV DOCKER_HOST=unix:///var/run/docker.sock
1616
1717RUN apk --update add --virtual .build-deps curl && \
18+ apk --update add --no-cache git && \
1819 mkdir -p /usr/lib/docker/cli-plugins/ && \
1920 curl -SsL -o /usr/lib/docker/cli-plugins/docker-buildx "https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION##v}/buildx-v${BUILDX_VERSION##v}.linux-amd64" && \
2021 chmod 755 /usr/lib/docker/cli-plugins/docker-buildx && \
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.10.0}"
1515ENV DOCKER_HOST=unix:///var/run/docker.sock
1616
1717RUN apk --update add --virtual .build-deps curl && \
18+ apk --update add --no-cache git && \
1819 mkdir -p /usr/lib/docker/cli-plugins/ && \
1920 curl -SsL -o /usr/lib/docker/cli-plugins/docker-buildx "https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION##v}/buildx-v${BUILDX_VERSION##v}.linux-arm64" && \
2021 chmod 755 /usr/lib/docker/cli-plugins/docker-buildx && \
You can’t perform that action at this time.
0 commit comments