Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit354de69

Browse files
[CI] Python 2 is not supported any more.
1 parent4c6bb17 commit354de69

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

‎Dockerfile--std-all.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ ARG PYTHON_VERSION
44
# --------------------------------------------- base1
55
FROM postgres:${PG_VERSION}-alpine as base1
66

7-
# --------------------------------------------- base2_with_python-2
8-
FROM base1 as base2_with_python-2
9-
RUN apk add --no-cache curl python2 python2-dev build-base musl-dev linux-headers py-virtualenv py-pip
10-
ENV PYTHON_VERSION=2
11-
127
# --------------------------------------------- base2_with_python-3
138
FROM base1 as base2_with_python-3
149
RUN apk add --no-cache curl python3 python3-dev build-base musl-dev linux-headers py-virtualenv

‎Dockerfile--std.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ ARG PYTHON_VERSION
44
# --------------------------------------------- base1
55
FROM postgres:${PG_VERSION}-alpine as base1
66

7-
# --------------------------------------------- base2_with_python-2
8-
FROM base1 as base2_with_python-2
9-
RUN apk add --no-cache curl python2 python2-dev build-base musl-dev linux-headers py-virtualenv py-pip
10-
ENV PYTHON_VERSION=2
11-
127
# --------------------------------------------- base2_with_python-3
138
FROM base1 as base2_with_python-3
149
RUN apk add --no-cache curl python3 python3-dev build-base musl-dev linux-headers py-virtualenv

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp