mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
rebuild
This commit is contained in:
parent
45ab233d3a
commit
1c36e0a016
1 changed files with 12 additions and 0 deletions
|
|
@ -34,6 +34,18 @@ FROM mcr.microsoft.com/devcontainers/javascript-node:24 AS devcontainer
|
|||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends --no-install-suggests \
|
||||
libnspr4 \
|
||||
libnss3 \
|
||||
libdbus-1-3 \
|
||||
libatk1.0-0 \
|
||||
libatk1.0-0 \
|
||||
libatk-bridge2.0-0 \
|
||||
libcups2 \
|
||||
libgtk-3-0 \
|
||||
libgbm1 \
|
||||
libasound2 \
|
||||
xvfb \
|
||||
xauth \
|
||||
# 'x11-xserver-utils' contains xrandr
|
||||
x11-xserver-utils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue