Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Jan 17, 2024
1 parent b6c1b3e commit 0b99765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/images/build-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 0b99765

Please sign in to comment.