Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Added musl-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed May 5, 2017
1 parent 8a2132a commit abf7a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV GOPATH="/go" \
# Install docker:
#------------------------------------------------------------------------------

RUN apk add -U --no-cache -t dev git go make \
RUN apk add -U --no-cache -t dev git go make musl-dev \
&& mkdir -p ${GOPATH}/src/github.com/prometheus \
&& cd ${GOPATH}/src/github.com/prometheus \
&& git clone https://github.com/prometheus/alertmanager.git \
Expand Down

0 comments on commit abf7a76

Please sign in to comment.