Update download statement for chrome
This commit is contained in:
parent
87bca30c0c
commit
b0f568e752
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ WORKDIR /
|
|||
RUN apt install -y fonts-liberation libgtk-4-1 libgbm1 libu2f-udev libvulkan1 xdg-utils
|
||||
|
||||
RUN rm *.xz
|
||||
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
RUN curl -sO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
|
||||
RUN dpkg -i google-chrome-stable_current_amd64.deb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue