Skip to content

Commit 57fd2bd

Browse files
author
chilianyi
authored
Merge pull request #10 from chai2010/master
add bash for alpine dockerfile
2 parents cdbacaf + f3a7c24 commit 57fd2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.build.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.10.2-alpine
22

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

0 commit comments

Comments
 (0)