mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
add browser
This commit is contained in:
parent
f37c83025f
commit
d6931403e4
1 changed files with 5 additions and 1 deletions
|
|
@ -47,7 +47,11 @@ RUN apt-get update \
|
|||
xvfb \
|
||||
xauth \
|
||||
# 'x11-xserver-utils' contains xrandr
|
||||
x11-xserver-utils \
|
||||
# x11-xserver-utils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
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