add description for Image with binary

Co-authored-by: Willy <jemand771@gmx.net>
pull/1081/head
nils1323 2021-08-28 02:00:50 +02:00 committed by GitHub
parent ccbf9baaf0
commit e5c7c4541d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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