NewsBlur/docker/postgres/Dockerfile.postgres
2024-03-29 10:31:41 -07:00

4 lines
73 B
Text

FROM postgres:13
RUN apt update && apt install -y openssh-client rsync