Add curl back to docker image

This commit is contained in:
Denis Arh
2021-11-04 11:31:45 +01:00
parent 7fb993d784
commit 9d7cf23c64
+1
View File
@@ -19,6 +19,7 @@ FROM ubuntu:20.04
RUN apt-get -y update \
&& apt-get -y install \
ca-certificates \
curl \
&& rm -rf /var/lib/apt/lists/*
ENV STORAGE_PATH "/data"