mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
4 lines
73 B
Text
4 lines
73 B
Text
FROM postgres:13
|
|
|
|
RUN apt update && apt install -y openssh-client rsync
|
|
|