don't add repository to package manager

This commit is contained in:
C.J. May 2025-01-08 00:56:46 -06:00 committed by GitHub
parent e635341ae0
commit 29aaaec94b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,8 +7,7 @@ RUN apk update && apk add \
mariadb-client \
mariadb-connector-c-dev
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
RUN apk update && apk add postgresql-client
RUN apk add postgresql-client --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
ADD . /restic-compose-backup
WORKDIR /restic-compose-backup