We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dc9f3 commit 611943dCopy full SHA for 611943d
Dockerfile--ubuntu_24_04.tmpl
@@ -48,7 +48,7 @@ ENV PYTHON_VERSION=3
48
FROM base2_with_python-${PYTHON_VERSION} as final
49
50
# it is required for getting external packages
51
-RUN apk add --no-cache git
+RUN apk install --no-cache git
52
53
ADD . /pg/testgres
54
WORKDIR /pg/testgres
0 commit comments