File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ 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-
1815#RUN apk add --no-cache mc
1916
2017# Full version of "ps" command
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ 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-
1815ENV LANG=C.UTF-8
1916
2017ADD . /pg/testgres
Original file line number Diff line number Diff line change @@ -47,9 +47,6 @@ 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 apt install -y git
52-
5350ADD . /pg/testgres
5451WORKDIR /pg/testgres
5552RUN chown -R postgres /pg
You can’t perform that action at this time.
0 commit comments