NewsBlur-viq/docker/postgres/Dockerfile

5 lines
73 B
Text
Raw Normal View History

2024-01-27 23:11:36 -05:00
FROM postgres:13
RUN apt update && apt install -y openssh-client rsync