Add ca-certificates to satellite dοcker-image so mail works (#1653)

This commit is contained in:
Matt Robinson 2019-04-03 12:44:40 -04:00 committed by GitHub
parent 48c4ac1260
commit 48e7271ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ RUN npm run build
# final stage
FROM alpine
RUN apk -U add ca-certificates
ENV API_KEY= \
CONF_PATH=/root/.local/share/storj/satellite \
BOOTSTRAP_ADDR=bootstrap.storj.io:8080 \