[Core] Updated the README for docker env build.
This commit is contained in:
parent
0697bede3e
commit
351cc5943a
2 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue