Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89172284 authored by Amit Kumar's avatar Amit Kumar
Browse files

Add i386 architecture

parent 4ffecc11
Loading
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -8,6 +8,12 @@ ENV DEBIAN_FRONTEND noninteractive

COPY sha256sum.txt .

RUN dpkg --print-architecture && \
	dpkg --print-foreign-architectures

RUN dpkg --add-architecture i386 && \
	dpkg --print-foreign-architectures && \

RUN apt-get -qq update && \
    apt-get install -qqy --no-install-recommends \
      #bzip2 \
@@ -15,9 +21,12 @@ RUN apt-get -qq update && \
      git-core \
      #html2text \
      openjdk-8-jdk \
       #libc6-i386 \
      libc6-i386 \
      libstdc++6:i386 \
      zlib1g:i386 \
      lib32stdc++6 \
      lib32gcc1 \
      #lib32stdc++6 \
      #lib32gcc1 \
      #lib32ncurses5 \
      #lib32z1 \
      unzip \