aboutsummaryrefslogtreecommitdiffstats
path: root/tools/docker/env
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-06-25 19:26:25 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-25 19:27:01 +0200
commitadb7d9e67bb06e753b959ddb66c3286a96719525 (patch)
treea64f80d9288054289d4ca1f8143b313d74b5b5e6 /tools/docker/env
parentd01fc6f500384cdc38f80cbcca0290eb560c9d11 (diff)
tools/docker/env: add s390x and riscv64 toolchains
These arches are in-progress now. Need them in the image.
Diffstat (limited to 'tools/docker/env')
-rw-r--r--tools/docker/env/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/docker/env/Dockerfile b/tools/docker/env/Dockerfile
index f0eaa8b91..22b99f5cc 100644
--- a/tools/docker/env/Dockerfile
+++ b/tools/docker/env/Dockerfile
@@ -23,7 +23,8 @@ RUN dpkg --add-architecture i386 && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends \
sudo make nano git curl ca-certificates clang-format binutils g++ clang \
- g++-arm-linux-gnueabi g++-aarch64-linux-gnu g++-powerpc64le-linux-gnu g++-mips64el-linux-gnuabi64 \
+ g++-arm-linux-gnueabi g++-aarch64-linux-gnu g++-powerpc64le-linux-gnu \
+ g++-mips64el-linux-gnuabi64 g++-s390x-linux-gnu g++-riscv64-linux-gnu \
libc6-dev:i386 linux-libc-dev:i386 lib32gcc-8-dev lib32stdc++-8-dev \
# These are needed to build Linux kernel:
flex bison bc libelf-dev libssl-dev && \