Update Dockerfile
This commit is contained in:
parent
797b9baeea
commit
7e9960477a
@ -26,12 +26,10 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui
|
|||||||
&& \
|
&& \
|
||||||
sed -i 's/snapcraft/wget/' install-build-deps.sh
|
sed -i 's/snapcraft/wget/' install-build-deps.sh
|
||||||
|
|
||||||
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 && \
|
||||||
&& ls -la \
|
sudo bash ./install-build-deps-android.sh --no-prompt
|
||||||
&& \
|
|
||||||
sudo bash ./install-build-deps-android.sh --no-prompt --lib32
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user