3 lines
72 B
Docker
3 lines
72 B
Docker
FROM restic/restic:0.17.3
|
|
RUN apk add postgresql16-client
|
|
WORKDIR /data
|