File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ ARG PYTHON_VERSION
4
4
# --------------------------------------------- base1
5
5
FROM postgres:${PG_VERSION}-alpine as base1
6
6
7
- # --------------------------------------------- base2_with_python-2
8
- FROM base1 as base2_with_python-2
9
- RUN apk add --no-cache curl python2 python2--base musl-dev linux-headers py-virtualenv py-pip
10
- ENV PYTHON_VERSION=2
11
-
12
7
# --------------------------------------------- base2_with_python-3
13
8
FROM base1 as base2_with_python-3
14
9
RUN apk add --no-cache curl python3 python3--base musl-dev linux-headers py-virtualenv
Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ ARG PYTHON_VERSION
4
4
# --------------------------------------------- base1
5
5
FROM postgres:${PG_VERSION}-alpine as base1
6
6
7
- # --------------------------------------------- base2_with_python-2
8
- FROM base1 as base2_with_python-2
9
- RUN apk add --no-cache curl python2 python2--base musl-dev linux-headers py-virtualenv py-pip
10
- ENV PYTHON_VERSION=2
11
-
12
7
# --------------------------------------------- base2_with_python-3
13
8
FROM base1 as base2_with_python-3
14
9
RUN apk add --no-cache curl python3 python3--base musl-dev linux-headers py-virtualenv
You can’t perform that action at this time.
0 commit comments