don't add repository to package manager
This commit is contained in:
parent
e635341ae0
commit
29aaaec94b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue