statping/dev/Dockerfile-base

6 lines
215 B
Plaintext
Raw Normal View History

2018-08-20 23:29:09 +00:00
FROM alpine:latest
2018-08-19 08:48:02 +00:00
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
2018-08-20 23:29:09 +00:00
RUN apk --no-cache add libstdc++ ca-certificates
2018-08-19 08:48:02 +00:00
WORKDIR /app
ADD sass /usr/local/bin/
ADD ./build/alpine-linux-amd64 /usr/local/bin/statup