File tree Expand file tree Collapse file tree 13 files changed +16
-8
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 13 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ RUN set -ex \
7070 --with-system-ffi \
7171 --without-ensurepip \
7272 && make -j "$(nproc)" \
73+ LDFLAGS="-Wl,--strip-all" \
7374# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
7475 PROFILE_TASK='-m test.regrtest --pgo \
7576 test_array \
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ RUN set -ex \
7070 --with-system-ffi \
7171 --without-ensurepip \
7272 && make -j "$(nproc)" \
73+ LDFLAGS="-Wl,--strip-all" \
7374# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
7475 PROFILE_TASK='-m test.regrtest --pgo \
7576 test_array \
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ RUN set -ex \
7070 --with-system-ffi \
7171 --without-ensurepip \
7272 && make -j "$(nproc)" \
73+ LDFLAGS="-Wl,--strip-all" \
7374# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
7475 PROFILE_TASK='-m test.regrtest --pgo \
7576 test_array \
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ RUN set -ex \
7070 --with-system-ffi \
7171 --without-ensurepip \
7272 && make -j "$(nproc)" \
73+ LDFLAGS="-Wl,--strip-all" \
7374# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
7475 PROFILE_TASK='-m test.regrtest --pgo \
7576 test_array \
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ RUN set -ex \
7171 --with-system-ffi \
7272 --without-ensurepip \
7373 && make -j "$(nproc)" \
74+ LDFLAGS="-Wl,--strip-all" \
7475# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
7576 PROFILE_TASK='-m test.regrtest --pgo \
7677 test_array \
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ RUN set -ex \
7171 --with-system-ffi \
7272 --without-ensurepip \
7373 && make -j "$(nproc)" \
74+ LDFLAGS="-Wl,--strip-all" \
7475# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
7576 PROFILE_TASK='-m test.regrtest --pgo \
7677 test_array \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV LANG C.UTF-8
1818RUN apk add --no-cache ca-certificates
1919
2020ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
21- ENV PYTHON_VERSION 3.8.2
21+ ENV PYTHON_VERSION 3.8.3
2222
2323RUN set -ex \
2424 && apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV LANG C.UTF-8
1818RUN apk add --no-cache ca-certificates
1919
2020ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
21- ENV PYTHON_VERSION 3.8.2
21+ ENV PYTHON_VERSION 3.8.3
2222
2323RUN set -ex \
2424 && apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121 && rm -rf /var/lib/apt/lists/*
2222
2323ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
24- ENV PYTHON_VERSION 3.8.2
24+ ENV PYTHON_VERSION 3.8.3
2525
2626RUN set -ex \
2727 \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2020 && rm -rf /var/lib/apt/lists/*
2121
2222ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
23- ENV PYTHON_VERSION 3.8.2
23+ ENV PYTHON_VERSION 3.8.3
2424
2525RUN set -ex \
2626 \
@@ -71,6 +71,7 @@ RUN set -ex \
7171 --with-system-ffi \
7272 --without-ensurepip \
7373 && make -j "$(nproc)" \
74+ LDFLAGS="-Wl,--strip-all" \
7475 && make install \
7576 && ldconfig \
7677 \
You can’t perform that action at this time.
0 commit comments