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

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

add python3

parent b78aed49
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -49,8 +49,12 @@ RUN apt-get -qq update && \
      zip \
      jq \
      aapt \
      python3 \
      python3-pip \
      apksigner 

RUN pip3 install requests beautifulsoup4

RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
ENV LANG en_US.UTF-8