Skip to content

Commit 96e7c9e

Browse files
author
Jérémy Besson
committed
Test with no USER
1 parent 5252ae3 commit 96e7c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex; \
1414
# explicitly set user/group IDs
1515
RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
1616

17-
USER 999
17+
#USER 999
1818

1919
# grab gosu for easy step-down from root
2020
ENV GOSU_VERSION 1.7

0 commit comments

Comments
 (0)