mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
better use firefox
This commit is contained in:
parent
7420b17dad
commit
223fb875a7
1 changed files with 2 additions and 4 deletions
|
|
@ -50,10 +50,8 @@ RUN apt-get update \
|
|||
# x11-xserver-utils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& curl -sSL https://dl.google.com/linux/direct/google-chrome-stable_current_$(dpkg --print-architecture).deb -o /tmp/chrome.deb \
|
||||
&& apt-get -y install /tmp/chrome.deb \
|
||||
&& rm /tmp/chrome.deb \
|
||||
RUN apt-get update \
|
||||
&& export DEBIAN_FRONTEND=noninteractive && apt-get install -y firefox-esr \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# For opening .AppImage files
|
||||
|
|
|
|||
Loading…
Reference in a new issue