Update Dockerfile
This commit is contained in:
parent
7e9960477a
commit
e9f4917166
@ -28,8 +28,8 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui
|
|||||||
|
|
||||||
RUN chmod +x ./install-build-deps.sh && \
|
RUN chmod +x ./install-build-deps.sh && \
|
||||||
chmod +x ./install-build-deps-android.sh && \
|
chmod +x ./install-build-deps-android.sh && \
|
||||||
sudo bash ./install-build-deps.sh --no-prompt --lib32 && \
|
sudo ./install-build-deps.sh --no-prompt --lib32 && \
|
||||||
sudo bash ./install-build-deps-android.sh --no-prompt
|
sudo ./install-build-deps-android.sh --no-prompt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user