This commit is contained in:
@@ -3,7 +3,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user