This commit is contained in:
Clemens 2023-01-20 12:19:40 +01:00
parent e124a0e82f
commit 52906dd386
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,8 @@
FROM c4k-jitsi
RUN apt update
RUN apt -yqq --no-install-recommends --yes install curl default-jre-headless
RUN curl -L -o /tmp/serverspec.jar \
https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/1.3.4/dda-serverspec-standalone.jar

View file

@ -1 +1,2 @@
{:file [{:path "/defaults/settings-config.js"}]}
{:file [{:path "/usr/local/bin/install-debug.sh" :mod "700"}
{:path "/defaults/settings-config.js" :mod "644"}]}