3
0

Fix container certificate issues (missing package)

This commit is contained in:
Denis Arh 2021-10-19 12:43:31 +02:00
parent 54b716661d
commit 8b00854595

View File

@ -16,6 +16,11 @@ RUN make release-clean release
# deploy stage
FROM ubuntu:20.04
RUN apt-get -y update \
&& apt-get -y install \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
ENV STORAGE_PATH "/data"
ENV CORREDOR_ADDR "corredor:80"
ENV HTTP_ADDR "0.0.0.0:80"