fix invalid certification error

pull/6/head
Namekuji 2022-12-10 14:39:35 -05:00
rodzic a8cc845d01
commit f6d02e202e
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,9 @@ COPY --from=1 /workspace/audon-bin /audon/
RUN apt-get update && \
echo "Etc/UTC" > /etc/localtime && \
apt-get -y --no-install-recommends install tini
apt-get -y --no-install-recommends install tini \
tzdata \
ca-certificates
ENV AUDON_ENV=production