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

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions 2 3.4/alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ RUN set -ex \
gdbm-dev \
libc-dev \
libffi-dev \
libnsl-dev \
libressl \
libressl-dev \
libtirpc-dev \
linux-headers \
make \
ncurses-dev \
Expand Down
2 changes: 0 additions & 2 deletions 2 3.5/alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ RUN set -ex \
gdbm-dev \
libc-dev \
libffi-dev \
libnsl-dev \
libressl \
libressl-dev \
libtirpc-dev \
linux-headers \
make \
ncurses-dev \
Expand Down
7 changes: 4 additions & 3 deletions 7 update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ for version in "${versions[@]}"; do
sed -ri -e 's/libressl/openssl/g' "$dir/Dockerfile"
fi

# Libraries to build the nis module available in Alpine 3.7, but also require this patch:
# https://bugs.python.org/issue32521
if [[ "$variant" == alpine* ]] && [[ "$variant" != alpine3.7 ]]; then
# Libraries to build the nis module only available in Alpine 3.7+.
# Also require this patch https://bugs.python.org/issue32521 only available in Python 2.7, 3.6+.
if [[ "$variant" == alpine* ]] && [[ "$version" == 3.4* || "$version" == 3.5* ]] \
|| [[ "$variant" == alpine3.6 ]]; then
sed -ri -e '/libnsl-dev/d' -e '/libtirpc-dev/d' "$dir/Dockerfile"
fi

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.