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

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

Browser: Move to python setup script

parent ffca205d
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -30,10 +30,8 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
RUN update-alternatives  --set python3 /usr/bin/python3.8

# Install chromium build dependencies
RUN curl -s https://raw.githubusercontent.com/chromium/chromium/main/build/install-build-deps.sh \
    | perl -pe 's/apt-get install \$\{do_quietly-}/DEBIAN_FRONTEND=noninteractive apt-get install -y/' \
    | bash -e -s - \
    --no-syms --lib32 --no-arm --no-chromeos-fonts --no-nacl --no-prompt
RUN curl -s https://raw.githubusercontent.com/chromium/chromium/main/build/install-build-deps.py \
    | python3 - --no-syms --lib32 --no-arm --no-chromeos-fonts --no-nacl --no-prompt

RUN apt-get -f install