add curl
All checks were successful
Build Docker image / docker (push) Successful in 1m41s

This commit is contained in:
2025-05-11 17:19:18 +03:00
parent a49c4c4526
commit deb90b0e50

View File

@@ -3,7 +3,7 @@ FROM postgres:17
WORKDIR /root WORKDIR /root
RUN apt update && \ RUN apt update && \
apt -y install restic ca-certificates apt -y install restic ca-certificates curl
COPY docker-entrypoint.sh /usr/local/bin/ COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh RUN chmod +x /usr/local/bin/docker-entrypoint.sh