Skip to content

Commit e7dc9f3

Browse files
[CI] Docker files are updated (git)
1 parent 2266d99 commit e7dc9f3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Dockerfile--std-all.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ 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+
1518
#RUN apk add --no-cache mc
1619

1720
# Full version of "ps" command

Dockerfile--std.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ 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+
1518
ENV LANG=C.UTF-8
1619

1720
ADD . /pg/testgres

Dockerfile--ubuntu_24_04.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ 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 apk add --no-cache git
52+
5053
ADD . /pg/testgres
5154
WORKDIR /pg/testgres
5255
RUN chown -R postgres /pg

0 commit comments

Comments
 (0)