diff --git a/3.11/buster/Dockerfile b/3.11/buster/Dockerfile index ef500c785..4d4870a48 100644 --- a/3.11/buster/Dockerfile +++ b/3.11/buster/Dockerfile @@ -52,14 +52,8 @@ RUN set -eux; \ --without-ensurepip \ ; \ nproc="$(nproc)"; \ - make -j "$nproc" \ - "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" \ - "LDFLAGS=${LDFLAGS:-}" \ - "PROFILE_TASK=${PROFILE_TASK:-}" \ - ; \ # https://github.com/docker-library/python/issues/784 # prevent accidental usage of a system installed libpython of the same version - rm python; \ make -j "$nproc" \ "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" \ "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" \