From deb90b0e50150632ea72cd1c697ff9540baf79ec Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Sun, 11 May 2025 17:19:18 +0300 Subject: [PATCH] add curl --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a5d42c..9e74d27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ FROM postgres:17 WORKDIR /root RUN apt update && \ - apt -y install restic ca-certificates + apt -y install restic ca-certificates curl COPY docker-entrypoint.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/docker-entrypoint.sh -ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]