Skip to content

Commit

Permalink
chore(packaging): add muslc to build-image (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0rez authored Aug 1, 2019
1 parent ce6ec3d commit 4db80b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loki-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apk add --no-cache docker-cli
FROM golang:1.11.4-stretch
RUN apt-get update && \
apt-get install -qy \
musl \
file unzip jq \
protobuf-compiler libprotobuf-dev \
libsystemd-dev && \
Expand Down

0 comments on commit 4db80b2

Please sign in to comment.