Skip to content

Commit

Permalink
Merge pull request #21 from lalyos/gliderlabs-alpine
Browse files Browse the repository at this point in the history
Use gliderlabs/alpine:3.3 as a base image
  • Loading branch information
progrium committed Feb 18, 2016
2 parents 38868f9 + 99b3958 commit 693a459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:3.1
FROM gliderlabs/alpine:3.3
ENTRYPOINT ["/bin/resolvable"]

RUN apk add --no-cache -t build-deps go git mercurial
COPY ./config /config
COPY . /src
RUN cd /src && ./build.sh "$(cat VERSION)"
Expand Down
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh
set -e
apk add --update -t build-deps go git mercurial
mkdir -p /go/src/github.com/gliderlabs
cp -r /src /go/src/github.com/gliderlabs/resolvable
cd /go/src/github.com/gliderlabs/resolvable
Expand Down

0 comments on commit 693a459

Please sign in to comment.