8000 Dockerfile for Ubuntu 24.04 is corrected (time) · postgrespro/testgres@f525954 · GitHub
[go: up one dir, main page]

Skip to content

Commit f525954

Browse files
Dockerfile for Ubuntu 24.04 is corrected (time)
time is installed manually. It fixes the following problem: ++ pg_config --bindir + PG_BIN=/usr/lib/postgresql/17/bin + time coverage run -a -m pytest -l -v -n 4 -k '' ./run_tests.sh: line 49: time: command not found
1 parent 55c70c5 commit f525954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile--ubuntu_24_04.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt update
99
RUN apt install -y sudo curl ca-certificates
1010
RUN apt update
1111
RUN apt install -y openssh-server
12+
RUN apt install -y time
1213

1314
RUN apt update
1415
RUN apt install -y postgresql-common

0 commit comments

Comments
 (0)
0