File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ RUN set -eux; \
53
53
nproc="$(nproc)" ; \
54
54
EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)" ; \
55
55
LDFLAGS="$(dpkg-buildflags --get LDFLAGS)" ; \
56
- maske -s -j "$nproc" \
56
+ make -s -j "$nproc" \
57
57
"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" \
58
58
"LDFLAGS=${LDFLAGS:-}" \
59
59
"PROFILE_TASK=${PROFILE_TASK:-}" \
60
60
; \
61
61
# https://github.com/docker-library/python/issues/784
62
62
# prevent accidental usage of a system installed libpython of the same version
63
63
rm python; \
64
- maske -s -j "$nproc" \
64
+ make -s -j "$nproc" \
65
65
"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" \
66
66
"LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ ORIGIN/../lib'" \
67
67
"PROFILE_TASK=${PROFILE_TASK:-}" \
Original file line number Diff line number Diff line change @@ -81,15 +81,15 @@ RUN set -eux; \
81
81
EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)" ; \
82
82
LDFLAGS="$(dpkg-buildflags --get LDFLAGS)" ; \
83
83
LDFLAGS="${LDFLAGS:--Wl},--strip-all" ; \
84
- maske -s -j "$nproc" \
84
+ make -s -j "$nproc" \
85
85
"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" \
86
86
"LDFLAGS=${LDFLAGS:-}" \
87
87
"PROFILE_TASK=${PROFILE_TASK:-}" \
88
88
; \
89
89
# https://github.com/docker-library/python/issues/784
90
90
# prevent accidental usage of a system installed libpython of the same version
91
91
rm python; \
92
- maske -s -j "$nproc" \
92
+ make -s -j "$nproc" \
93
93
"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" \
94
94
"LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ ORIGIN/../lib'" \
95
95
"PROFILE_TASK=${PROFILE_TASK:-}" \
You can’t perform that action at this time.
0 commit comments