Skip to content

Commit

Permalink
Update Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
okushchenko committed Oct 6, 2017
1 parent d222a19 commit 79697af
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Dockerfile.build.alpine
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
FROM alpine:3.6
FROM golang:1.9-alpine

ENV GOPATH /go

RUN mkdir -p "$GOPATH/src/" "$GOPATH/bin" && chmod -R 777 "$GOPATH" && \
mkdir -p /go/src/github.com/kelseyhightower/confd

RUN apk --update add go bash && \
ln -s /go/src/github.com/kelseyhightower/confd /app
RUN mkdir -p /go/src/github.com/kelseyhightower/confd && \
ln -s /go/src/github.com/kelseyhightower/confd /app

WORKDIR /app

0 comments on commit 79697af

Please sign in to comment.