Skip to content

Commit 6cc9d3b

Browse files
dockerfiles: git is not required
1 parent 3084635 commit 6cc9d3b

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

Dockerfile--altlinux_10.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ FROM base1 as base1_with_dev_tools
2424

2525
RUN apt-get update
2626

27-
RUN apt-get install -y git
2827
RUN apt-get install -y gcc
2928
RUN apt-get install -y make
3029

Dockerfile--altlinux_11.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ FROM base1 as base1_with_dev_tools
2424

2525
RUN apt-get update
2626

27-
RUN apt-get install -y git
2827
RUN apt-get install -y gcc
2928
RUN apt-get install -y make
3029

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--std2-all.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN apk add --no-cache curl python3 python3-dev build-base musl-dev linux-header
1010

1111
# For pyenv
1212
RUN apk add patch
13-
RUN apk add git
1413
RUN apk add xz-dev
1514
RUN apk add zip
1615
RUN apk add zlib-dev

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)