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

Commit f1941a5a authored by Nicola Corna's avatar Nicola Corna
Browse files

Add bsdmainutils and cgpt

cgpt and hexdump (in the bsdmainutils package) are required by
brillo_update_payload.
parent fc32f54b
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -167,12 +167,13 @@ COPY apt_preferences /etc/apt/preferences
RUN apt-get -qq update
RUN apt-get -qqy upgrade

RUN apt-get install -y bc bison build-essential ccache cron curl flex \
      g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev \
      lib32readline-dev lib32z1-dev libesd0-dev liblz4-tool libncurses5-dev \
      libsdl1.2-dev libssl-dev libwxgtk3.0-dev libxml2 libxml2-utils lsof lzop \
      maven openjdk-7-jdk openjdk-8-jdk pngcrush procps python rsync schedtool \
      squashfs-tools wget xdelta3 xsltproc yasm zip zlib1g-dev
RUN apt-get install -y bc bison bsdmainutils build-essential ccache cgpt cron \
      curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick \
      lib32ncurses5-dev lib32readline-dev lib32z1-dev libesd0-dev liblz4-tool \
      libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-dev libxml2 \
      libxml2-utils lsof lzop maven openjdk-7-jdk openjdk-8-jdk pngcrush \
      procps python rsync schedtool squashfs-tools wget xdelta3 xsltproc yasm \
      zip zlib1g-dev

RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo
RUN chmod a+x /usr/local/bin/repo