Update Dockerfile
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user