only install edge version for postgres client
This commit is contained in:
parent
ce39af913f
commit
e635341ae0
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
FROM restic/restic:0.17.3
|
FROM restic/restic:0.17.3
|
||||||
|
|
||||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
|
|
||||||
RUN apk update && apk add \
|
RUN apk update && apk add \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
dcron \
|
dcron \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
postgresql-client \
|
|
||||||
mariadb-connector-c-dev
|
mariadb-connector-c-dev
|
||||||
|
|
||||||
|
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
|
||||||
|
RUN apk update && apk add postgresql-client
|
||||||
|
|
||||||
ADD . /restic-compose-backup
|
ADD . /restic-compose-backup
|
||||||
WORKDIR /restic-compose-backup
|
WORKDIR /restic-compose-backup
|
||||||
RUN pip install -U pip setuptools wheel --break-system-packages && \
|
RUN pip install -U pip setuptools wheel --break-system-packages && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue