Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #229 from dennwc/patch-out
Browse files Browse the repository at this point in the history
do not rely on workdir while running wget in Docker build
  • Loading branch information
juanjux authored Feb 7, 2018
2 parents 582bdd9 + c5c8702 commit e89e423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/build/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etc/build/etc/build/Dockerfile.build.alpine.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV GOLANG_SRC_URL https://golang.org/dl/go${RUNTIME_GO_VERSION}.src.tar.gz
# from https://github.com/docker-library/golang/blob/master/1.8/alpine/Dockerfile

RUN apk add --update --no-cache ca-certificates openssl && update-ca-certificates
RUN wget https://raw.githubusercontent.com/docker-library/golang/132cd70768e3bc269902e4c7b579203f66dc9f64/1.8/alpine/no-pic.patch
RUN wget https://raw.githubusercontent.com/docker-library/golang/132cd70768e3bc269902e4c7b579203f66dc9f64/1.8/alpine/no-pic.patch -O /no-pic.patch

RUN set -ex \
&& apk add --no-cache --virtual .build-deps \
Expand Down

0 comments on commit e89e423

Please sign in to comment.