Skip to content

Commit 01c2561

Browse files
author
Jérémy Besson
committed
Rm useless line with USER
1 parent 691d5f0 commit 01c2561

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

9.5/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ RUN apt-get update \
6161
postgresql-contrib-$PG_MAJOR=$PG_VERSION \
6262
&& rm -rf /var/lib/apt/lists/*
6363

64-
USER 1001
65-
6664
# make the sample config easier to munge (and "correct by default")
6765
RUN mv -v /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample /usr/share/postgresql/ \
6866
&& ln -sv ../postgresql.conf.sample /usr/share/postgresql/$PG_MAJOR/ \

0 commit comments

Comments
 (0)