From 866d7faad92aa88dc662f3ef162d9b1ff535efa3 Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Sat, 10 Jul 2021 18:22:24 +0530 Subject: Turned on other h/w architectures for linux builds. (#1633) --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index b6526460f..9e87709d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,12 +8,12 @@ ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sna ARG DEBIAN_FRONTEND=noninteractive # Note: This is added for building on ARM machines -ARG USE_SYSTEM_FPM="true" +ARG USE_SYSTEM_FPM=true # Note: Added to bypass the error with missing git repo information for the 'preval-build-info' module ARG PREVAL_BUILD_INFO_PLACEHOLDERS=true -RUN apt-get update \ - && apt-get install -y rpm ruby gem \ +RUN sudo apt-get update \ + && apt-get install gcc-multilib rpm ruby gem \ && gem install fpm --no-ri --no-rdoc --no-document WORKDIR /usr/src/ferdi -- cgit v1.2.3-54-g00ecf