mirror of https://github.com/docker/cli.git
Merge pull request #2693 from thaJeztah/fix_dynbinary_in_devcontainer
Dockerfile: fix dynbinary inside dev container
This commit is contained in:
commit
c5bf79c37e
|
@ -2,7 +2,7 @@ ARG GO_VERSION=1.13.15
|
|||
|
||||
FROM golang:${GO_VERSION}-alpine
|
||||
|
||||
RUN apk add -U git make bash coreutils ca-certificates curl
|
||||
RUN apk add --no-cache bash build-base ca-certificates coreutils curl git
|
||||
|
||||
# v0.1.1
|
||||
ARG VNDR_SHA=85886e1ac99b8d96590e6e0d9f075dc7a711d132
|
||||
|
|
Loading…
Reference in New Issue