NewsBlur/docker/postgres/Dockerfile
2024-01-27 23:16:09 -05:00

4 lines
73 B
Docker

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