add alpine edge repo for latest postgres client
This commit is contained in:
parent
4b2765461e
commit
ce39af913f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM restic/restic:0.17.3
|
||||
|
||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
|
||||
RUN apk update && apk add \
|
||||
python3 \
|
||||
py3-pip \
|
||||
|
|
Loading…
Add table
Reference in a new issue