From 31eea1ed18eb28e09d9eb8e94b2d309a34e5a0cc Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Fri, 7 Feb 2020 09:48:23 -0700 Subject: [PATCH] Dockerfile: Install binutils-s390x-linux-gnu Signed-off-by: Nathan Chancellor --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 482efb7..9b2553a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get update -qq && \ binutils-powerpc-linux-gnu \ binutils-powerpc64-linux-gnu \ binutils-powerpc64le-linux-gnu \ + binutils-s390x-linux-gnu \ bison \ ca-certificates \ ccache \