Skip to content

Commit ebe8a08

Browse files
[CI] Docker file for Ubuntu 24.04 is fixed [one more time]
1 parent 611943d commit ebe8a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile--ubuntu_24_04.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ENV PYTHON_VERSION=3
4848
FROM base2_with_python-${PYTHON_VERSION} as final
4949

5050
# it is required for getting external packages
51-
RUN apk install --no-cache git
51+
RUN apt install -y git
5252

5353
ADD . /pg/testgres
5454
WORKDIR /pg/testgres

0 commit comments

Comments
 (0)