mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Dockerfile: don't use crossbuild-essential-*
All we need is gcc, libc-dev, and binutils. In addition to that, crossbuild-essential installs g++, libstdc++-dev, and a bunch of perl packages and libraries which we do not need. This should speed up image building, as well as make it smaller. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
+5
-5
@@ -13,11 +13,11 @@ RUN KEYFILE=/usr/share/keyrings/criu-repo-keyring.gpg; \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
criu \
|
||||
crossbuild-essential-arm64 \
|
||||
crossbuild-essential-armel \
|
||||
crossbuild-essential-armhf \
|
||||
crossbuild-essential-ppc64el \
|
||||
crossbuild-essential-s390x \
|
||||
gcc-aarch64-linux-gnu libc-dev-arm64-cross \
|
||||
gcc-arm-linux-gnueabi libc-dev-armel-cross \
|
||||
gcc-arm-linux-gnueabihf libc-dev-armhf-cross \
|
||||
gcc-powerpc64le-linux-gnu libc-dev-ppc64el-cross \
|
||||
gcc-s390x-linux-gnu libc-dev-s390x-cross \
|
||||
curl \
|
||||
gawk \
|
||||
gcc \
|
||||
|
||||
Reference in New Issue
Block a user