From e5c7c4541d2099824882e3f86540071b7d1adfec Mon Sep 17 00:00:00 2001 From: nils1323 Date: Sat, 28 Aug 2021 02:00:50 +0200 Subject: [PATCH] add description for Image with binary Co-authored-by: Willy --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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