mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
6 lines
132 B
Docker
6 lines
132 B
Docker
FROM postgres:13
|
|
|
|
RUN apt update && apt install -y openssh-client rsync
|
|
|
|
RUN usermod -u 1000 postgres
|
|
RUN groupmod -g 1001 postgres
|