Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8bf7d6

Browse files
Cleanup.
Including of 'postgres' in 'sudo' group is not required.
1 parent2df2fd4 commite8bf7d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Dockerfile--ubuntu-24_04‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ RUN mkdir -p /pg
2525
COPY run_tests.sh /run.sh
2626
RUN chmod 755 /run.sh
2727

28-
# It adds the user 'postgres' in the group 'sudo'
29-
RUN adduser postgres sudo
28+
# [2025-02-26] It adds the user 'postgres' in the group 'sudo'
29+
# [2025-02-27] It is not required.
30+
# RUN adduser postgres sudo
3031

3132
ADD . /pg/testgres
3233
WORKDIR /pg/testgres

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp