Skip to content

Commit 611943d

Browse files
[CI] Docker file for Ubuntu 24.04 is fixed.
1 parent e7dc9f3 commit 611943d

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 add --no-cache git
51+
RUN apk install --no-cache git
5252

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

0 commit comments

Comments
 (0)