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 611943d commit ebe8a08Copy full SHA for ebe8a08
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 install --no-cache git
+RUN apt install -y git
52
53
ADD . /pg/testgres
54
WORKDIR /pg/testgres
0 commit comments