Add prerequisite for systemwebview target
This commit is contained in:
parent
729ad9b695
commit
d5b30106a5
@ -41,7 +41,8 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui
|
||||
chmod +x ./install-build-deps.sh && \
|
||||
chmod +x ./install-build-deps-android.sh && \
|
||||
sudo ./install-build-deps.sh --no-prompt --lib32 --no-chromeos-fonts && \
|
||||
sudo ./install-build-deps-android.sh --no-prompt
|
||||
sudo ./install-build-deps-android.sh --no-prompt && \
|
||||
sudo apt-get install g++-multilib
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user