Skip to content

Commit bbbc37f

Browse files
authored
Merge pull request docker-library#281 from JayH5/py2.7-alpine3.7-nis
2.7/alpine3.7: Add nis libraries now that 2.7.15 is patched
2 parents f38c92b + 8d755d1 commit bbbc37f

File tree

8 files changed

+18
-16
lines changed

8 files changed

+18
-16
lines changed

2.7/alpine3.6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ RUN set -ex \
4040
gcc \
4141
gdbm-dev \
4242
libc-dev \
43+
libressl \
44+
libressl-dev \
4345
linux-headers \
4446
make \
4547
ncurses-dev \
46-
libressl \
47-
libressl-dev \
4848
pax-utils \
4949
readline-dev \
5050
sqlite-dev \

2.7/alpine3.7/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ RUN set -ex \
4040
gcc \
4141
gdbm-dev \
4242
libc-dev \
43+
libnsl-dev \
44+
libressl \
45+
libressl-dev \
46+
libtirpc-dev \
4347
linux-headers \
4448
make \
4549
ncurses-dev \
46-
libressl \
47-
libressl-dev \
4850
pax-utils \
4951
readline-dev \
5052
sqlite-dev \

3.4/alpine3.7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ RUN set -ex \
4747
libc-dev \
4848
libffi-dev \
4949
libnsl-dev \
50+
libressl \
51+
libressl-dev \
5052
libtirpc-dev \
5153
linux-headers \
5254
make \
5355
ncurses-dev \
54-
libressl \
55-
libressl-dev \
5656
pax-utils \
5757
readline-dev \
5858
sqlite-dev \

3.5/alpine3.7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ RUN set -ex \
4747
libc-dev \
4848
libffi-dev \
4949
libnsl-dev \
50+
libressl \
51+
libressl-dev \
5052
libtirpc-dev \
5153
linux-headers \
5254
make \
5355
ncurses-dev \
54-
libressl \
55-
libressl-dev \
5656
pax-utils \
5757
readline-dev \
5858
sqlite-dev \

3.6/alpine3.6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ RUN set -ex \
4646
gdbm-dev \
4747
libc-dev \
4848
libffi-dev \
49+
libressl \
50+
libressl-dev \
4951
linux-headers \
5052
make \
5153
ncurses-dev \
52-
libressl \
53-
libressl-dev \
5454
pax-utils \
5555
readline-dev \
5656
sqlite-dev \

3.6/alpine3.7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ RUN set -ex \
4747
libc-dev \
4848
libffi-dev \
4949
libnsl-dev \
50+
libressl \
51+
libressl-dev \
5052
libtirpc-dev \
5153
linux-headers \
5254
make \
5355
ncurses-dev \
54-
libressl \
55-
libressl-dev \
5656
pax-utils \
5757
readline-dev \
5858
sqlite-dev \

3.7-rc/alpine3.7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ RUN set -ex \
4747
libc-dev \
4848
libffi-dev \
4949
libnsl-dev \
50+
openssl \
51+
openssl-dev \
5052
libtirpc-dev \
5153
linux-headers \
5254
make \
5355
ncurses-dev \
54-
openssl \
55-
openssl-dev \
5656
pax-utils \
5757
readline-dev \
5858
sqlite-dev \

Dockerfile-alpine.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ RUN set -ex \
4141
libc-dev \
4242
libffi-dev \
4343
libnsl-dev \
44+
libressl \
45+
libressl-dev \
4446
libtirpc-dev \
4547
linux-headers \
4648
make \
4749
ncurses-dev \
48-
libressl \
49-
libressl-dev \
5050
pax-utils \
5151
readline-dev \
5252
sqlite-dev \

0 commit comments

Comments
 (0)