From cf151216a16dfa6427a245302e83dc791847b99e Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 25 Apr 2020 15:42:17 -0400 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c8aab44..731ceb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,9 @@ RUN apt-get update && \ openjdk-11-jdk-headless \ make \ gcc \ + gcc-i686-linux-gnu \ gcc-multilib-i686-linux-gnu \ + gcc-arm-linux-gnueabihf \ gcc-multilib-arm-linux-gnueabihf \ gcc-aarch64-linux-gnu \ clang \