pull/429/head
Hunter Long 2020-03-05 13:22:27 -08:00
parent 86b1b4be27
commit e2c6bda6b4
1 changed files with 3 additions and 4 deletions

View File

@ -2,13 +2,12 @@ FROM hunterlong/statping:base as base
FROM alpine:latest
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
COPY --from=base /usr/local/bin/sass /usr/local/bin/sass
COPY --from=base /go/bin/statping /usr/local/bin/statping
ARG VERSION
RUN apk --no-cache add curl jq libsass
COPY --from=base /usr/local/bin/sass /usr/local/bin/sass
COPY --from=base /go/bin/statping /usr/local/bin/statping
RUN apk --no-cache add curl jq
WORKDIR /app
VOLUME /app