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

Commit 3636ae39 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

add missing dep

parent 229e0d48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ RUN mkdir -p $USERSCRIPTS_DIR
# Install build dependencies
############################
RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends \
      adb autoconf automake axel bc bison build-essential wget \
      adb autoconf automake axel bc bison build-essential wget jq \
      ccache clang cmake curl expat fastboot flex g++ g++-multilib gawk gcc gcc-multilib git git-lfs gnupg gperf \
      htop imagemagick lib32ncurses5-dev lib32z1-dev libtinfo5 libc6-dev libcap-dev \
      libexpat1-dev libgmp-dev liblz4-tool libmpc-dev libmpfr-dev libncurses5-dev \
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ RUN mkdir -p $USERSCRIPTS_DIR
# Install build dependencies
############################
RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends \
      adb autoconf automake axel bc bison build-essential wget \
      adb autoconf automake axel bc bison build-essential wget jq \
      ccache clang cmake curl expat fastboot flex g++ g++-multilib gawk gcc gcc-multilib git git-lfs gnupg gperf \
      htop imagemagick lib32ncurses5-dev lib32z1-dev libtinfo5 libc6-dev libcap-dev \
      libexpat1-dev libgmp-dev liblz4-tool libmpc-dev libmpfr-dev libncurses5-dev \