Merge pull request #2693 from thaJeztah/fix_dynbinary_in_devcontainer

Dockerfile: fix dynbinary inside dev container
This commit is contained in:
Sebastiaan van Stijn 2020-08-28 18:13:00 +02:00 committed by GitHub
commit c5bf79c37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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