2 lines
75 B
Docker
2 lines
75 B
Docker
FROM alpine:3.20
|
|
RUN apk add --no-cache postgresql16-client uuidgen restic
|
FROM alpine:3.20
|
|
RUN apk add --no-cache postgresql16-client uuidgen restic
|