[Core] Updated the README for docker env build.

This commit is contained in:
Harish SEGAR 2018-05-15 12:54:40 +02:00 committed by Pierre-Olivier Mercier
commit 351cc5943a
2 changed files with 17 additions and 1 deletions

View file

@ -18,7 +18,7 @@ RUN go build -v
FROM alpine
RUN apk add --no-cache openssl
RUN apk add --no-cache openssl ca-certificates
EXPOSE 8081