Skip to content

Commit

Permalink
Merge pull request #10 from chai2010/master
Browse files Browse the repository at this point in the history
add bash for alpine dockerfile
  • Loading branch information
chilianyi authored Jun 5, 2018
2 parents cdbacaf + f3a7c24 commit 57fd2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build.alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.10.2-alpine

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

Expand Down

0 comments on commit 57fd2bd

Please sign in to comment.