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
1212# --------------------------------------------- final
1313FROM 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
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ ENV PYTHON_VERSION=3
1212# --------------------------------------------- final
1313FROM base2_with_python-${PYTHON_VERSION} as final
1414
15+ # it is required for getting external packages
16+ RUN apk add --no-cache git
17+
1518ENV LANG=C.UTF-8
1619
1720ADD . /pg/testgres
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ ENV PYTHON_VERSION=3
4747# --------------------------------------------- final
4848FROM base2_with_python-${PYTHON_VERSION} as final
4949
50+ # it is required for getting external packages
51+ RUN apk add --no-cache git
52+
5053ADD . /pg/testgres
5154WORKDIR /pg/testgres
5255RUN chown -R postgres /pg
You can’t perform that action at this time.
0 commit comments