mirror of https://github.com/statping/statping
sass in dockerfile
parent
f828b3888e
commit
2548606224
|
@ -2,7 +2,7 @@ FROM golang:1.11-alpine as base
|
|||
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
||||
ARG VERSION
|
||||
ENV DEP_VERSION v0.5.0
|
||||
RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq
|
||||
RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass
|
||||
RUN curl -L -s https://github.com/golang/dep/releases/download/$DEP_VERSION/dep-linux-amd64 -o /go/bin/dep && \
|
||||
chmod +x /go/bin/dep
|
||||
WORKDIR /go/src/github.com/hunterlong/statping
|
||||
|
|
Loading…
Reference in New Issue