Added maintainer for Dockerfile

This commit is contained in:
Stefin
2020-09-02 05:34:47 -05:00
committed by GitHub
parent 3025c59eab
commit b94137e72d

View File

@@ -1,5 +1,7 @@
FROM alpine:3.12.0 FROM alpine:3.12.0
LABEL maintainer="sstefin@bk.ru"
#Installing all the dependencies #Installing all the dependencies
RUN apk add --no-cache gcc libsodium-dev make autoconf build-base RUN apk add --no-cache gcc libsodium-dev make autoconf build-base