Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e245e23

Browse files
Dockerfile--ubuntu-24_04.tmpl is updated
The folder "home/postgres" is not required now.
1 parent 9b7c10e commit e245e23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile--ubuntu-24_04.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ RUN ssh-keygen -A
3535

3636
# It enables execution of "sudo service ssh start" without password
3737
RUN sh -c "echo postgres ALL=NOPASSWD:/usr/sbin/service ssh start" >> /etc/sudoers
38-
# It requires for test those work through SSH
39-
RUN mkdir -p /home/postgres
40-
RUN chown postgres:postgres /home/postgres
4138

4239
USER postgres
4340

0 commit comments

Comments
 (0)