diff --git a/Dockerfile b/Dockerfile index 3f7b4407..fbe6d76b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ RUN chmod a+x statping && mv statping /go/bin/statping # /root/sassc/bin/sassc - sass binary # /statping - Vue frontend (from frontend) +# Statping main Docker image that contains all required libraries FROM alpine:latest RUN apk --no-cache add libgcc libstdc++ ca-certificates curl jq && update-ca-certificates