Update Dockerfile

This commit is contained in:
uazo
2024-01-17 03:45:20 -09:00
committed by GitHub
parent b6c1b3e713
commit 0b99765ab5
+2
View File
@@ -33,6 +33,8 @@ USER ${user}
WORKDIR /home/${user}
RUN echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections
RUN wget https://raw.githubusercontent.com/chromium/chromium/$VERSION/build/install-build-deps.sh && \
wget https://raw.githubusercontent.com/chromium/chromium/$VERSION/build/install-build-deps.py && \
sed -i 's/snapcraft/wget/' install-build-deps.sh && \