We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33b16b4 + e48c971 commit 3715773Copy full SHA for 3715773
3.6/alpine3.7/Dockerfile
@@ -46,6 +46,8 @@ RUN set -ex \
46
gdbm-dev \
47
libc-dev \
48
libffi-dev \
49
+ libnsl-dev \
50
+ libtirpc-dev \
51
linux-headers \
52
make \
53
ncurses-dev \
update.sh
@@ -160,8 +160,7 @@ for version in "${versions[@]}"; do
160
161
# Libraries to build the nis module available in Alpine 3.7, but also require this patch:
162
# https://bugs.python.org/issue32521
163
- # TODO: Remove Python version check once 2.7 and 3.6 have the patch
164
- if [[ "$variant" == alpine* ]] && [[ "$variant" != alpine3.7 || "$version" != 3.7* ]]; then
+ if [[ "$variant" == alpine* ]] && [[ "$variant" != alpine3.7 ]]; then
165
sed -ri -e '/libnsl-dev/d' -e '/libtirpc-dev/d' "$dir/Dockerfile"
166
fi
167
0 commit comments