Loading Dockerfile +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Dockerfile +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading