Skip to content

Commit

Permalink
update dockerfile add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
oiooj committed Aug 1, 2019
1 parent 12fb2b3 commit 434ee94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,13 +1,13 @@
FROM golang:alpine AS build

RUN apk add --no-cache -U make
RUN apk add --no-cache -U make git mercurial subversion bzr fossil

COPY . /src/goproxy
RUN cd /src/goproxy &&\
export CGO_ENABLED=0 &&\
make

FROM alpine:latest
FROM golang:alpine

RUN apk add --no-cache -U git mercurial subversion bzr fossil

Expand Down

0 comments on commit 434ee94

Please sign in to comment.