Skip to content

Commit 4219763

Browse files
dockerfiles: git is not required to get python packages
1 parent 3084635 commit 4219763

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Dockerfile--std-all.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ENV PYTHON_VERSION=3
1212
# --------------------------------------------- final
1313
FROM base2_with_python-${PYTHON_VERSION} as final
1414

15-
# it is required for getting external packages
16-
RUN apk add --no-cache git
17-
1815
#RUN apk add --no-cache mc
1916

2017
# Full version of "ps" command

Dockerfile--std.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ENV PYTHON_VERSION=3
1212
# --------------------------------------------- final
1313
FROM base2_with_python-${PYTHON_VERSION} as final
1414

15-
# it is required for getting external packages
16-
RUN apk add --no-cache git
17-
1815
ENV LANG=C.UTF-8
1916

2017
ADD . /pg/testgres

Dockerfile--ubuntu_24_04.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ ENV PYTHON_VERSION=3
4747
# --------------------------------------------- final
4848
FROM base2_with_python-${PYTHON_VERSION} as final
4949

50-
# it is required for getting external packages
51-
RUN apt install -y git
52-
5350
ADD . /pg/testgres
5451
WORKDIR /pg/testgres
5552
RUN chown -R postgres /pg

0 commit comments

Comments
 (0)