File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ RUN set -ex \
44
44
bzip2-dev \
45
45
coreutils \
46
46
dpkg-dev dpkg \
47
+ expat-dev \
47
48
findutils \
48
49
gcc \
49
50
gdbm-dev \
50
51
libc-dev \
52
+ libffi-dev \
51
53
libressl \
52
54
libressl-dev \
53
55
linux-headers \
@@ -69,6 +71,8 @@ RUN set -ex \
69
71
--build="$gnuArch" \
70
72
--enable-shared \
71
73
--enable-unicode=ucs4 \
74
+ --with-system-expat \
75
+ --with-system-ffi \
72
76
&& make -j "$(nproc)" \
73
77
# set thread stack size to 1MB so we don't segfault before we hit sys.getrecursionlimit()
74
78
# https://github.com/alpinelinux/aports/commit/2026e1259422d4e0cf92391ca2d3844356c649d0
Original file line number Diff line number Diff line change @@ -43,10 +43,12 @@ RUN set -ex \
43
43
bzip2-dev \
44
44
coreutils \
45
45
dpkg-dev dpkg \
46
+ expat-dev \
46
47
findutils \
47
48
gcc \
48
49
gdbm-dev \
49
50
libc-dev \
51
+ libffi-dev \
50
52
libnsl-dev \
51
53
libressl-dev \
52
54
libtirpc-dev \
@@ -69,6 +71,8 @@ RUN set -ex \
69
71
--build="$gnuArch" \
70
72
--enable-shared \
71
73
--enable-unicode=ucs4 \
74
+ --with-system-expat \
75
+ --with-system-ffi \
72
76
&& make -j "$(nproc)" \
73
77
# set thread stack size to 1MB so we don't segfault before we hit sys.getrecursionlimit()
74
78
# https://github.com/alpinelinux/aports/commit/2026e1259422d4e0cf92391ca2d3844356c649d0
Original file line number Diff line number Diff line change @@ -43,10 +43,12 @@ RUN set -ex \
43
43
bzip2-dev \
44
44
coreutils \
45
45
dpkg-dev dpkg \
46
+ expat-dev \
46
47
findutils \
47
48
gcc \
48
49
gdbm-dev \
49
50
libc-dev \
51
+ libffi-dev \
50
52
libnsl-dev \
51
53
libressl-dev \
52
54
libtirpc-dev \
@@ -69,6 +71,8 @@ RUN set -ex \
69
71
--build="$gnuArch" \
70
72
--enable-shared \
71
73
--enable-unicode=ucs4 \
74
+ --with-system-expat \
75
+ --with-system-ffi \
72
76
&& make -j "$(nproc)" \
73
77
# set thread stack size to 1MB so we don't segfault before we hit sys.getrecursionlimit()
74
78
# https://github.com/alpinelinux/aports/commit/2026e1259422d4e0cf92391ca2d3844356c649d0
Original file line number Diff line number Diff line change @@ -38,10 +38,12 @@ RUN set -ex \
38
38
bzip2-dev \
39
39
coreutils \
40
40
dpkg-dev dpkg \
41
+ expat-dev \
41
42
findutils \
42
43
gcc \
43
44
gdbm-dev \
44
45
libc-dev \
46
+ libffi-dev \
45
47
libnsl-dev \
46
48
libressl \
47
49
libressl-dev \
@@ -65,6 +67,8 @@ RUN set -ex \
65
67
--build="$gnuArch" \
66
68
--enable-shared \
67
69
--enable-unicode=ucs4 \
70
+ --with-system-expat \
71
+ --with-system-ffi \
68
72
&& make -j "$(nproc)" \
69
73
# set thread stack size to 1MB so we don't segfault before we hit sys.getrecursionlimit()
70
74
# https://github.com/alpinelinux/aports/commit/2026e1259422d4e0cf92391ca2d3844356c649d0
You can’t perform that action at this time.
0 commit comments