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

Skip to content

Commit 579d20e

Browse files
Dockerfile--ubuntu-24_04 is updated
Let's use /pg/testgres/run_tests.sh directly.
1 parent d0eb414 commit 579d20e

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)