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

Commit579d20e

Browse files
Dockerfile--ubuntu-24_04 is updated
Let's use /pg/testgres/run_tests.sh directly.
1 parentd0eb414 commit579d20e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎Dockerfile--ubuntu-24_04

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ RUN apt install -y mc
2121
RUN apt install -y libpq-dev
2222
RUN apt install -y openssh-server
2323

24-
RUN mkdir -p /pg
25-
COPY run_tests.sh /run.sh
26-
RUN chmod 755 /run.sh
27-
2824
# [2025-02-26] It adds the user 'postgres' in the group 'sudo'
2925
# [2025-02-27] It is not required.
3026
# RUN adduser postgres sudo
@@ -73,4 +69,4 @@ chmod 600 ~/.ssh/authorized_keys; \
7369
echo ----; \
7470
ls -la ~/.ssh/; \
7571
echo ----; \
76-
bash;"
72+
bash /pg/testgres/run_tests.sh;"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp