File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ ENV PYTHON_VERSION=3
12
12
# --------------------------------------------- final
13
13
FROM base2_with_python-${PYTHON_VERSION} as final
14
14
15
+ # it is required for getting external packages
16
+ RUN apk add --no-cache git
17
+
15
18
#RUN apk add --no-cache mc
16
19
17
20
# Full version of "ps" command
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ ENV PYTHON_VERSION=3
12
12
# --------------------------------------------- final
13
13
FROM base2_with_python-${PYTHON_VERSION} as final
14
14
15
+ # it is required for getting external packages
16
+ RUN apk add --no-cache git
17
+
15
18
ENV LANG=C.UTF-8
16
19
17
20
ADD . /pg/testgres
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ ENV PYTHON_VERSION=3
47
47
# --------------------------------------------- final
48
48
FROM base2_with_python-${PYTHON_VERSION} as final
49
49
50
+ # it is required for getting external packages
51
+ RUN apk add --no-cache git
52
+
50
53
ADD . /pg/testgres
51
54
WORKDIR /pg/testgres
52
55
RUN chown -R postgres /pg
You can’t perform that action at this time.
0 commit comments