test no longer needed

This commit is contained in:
Michael Jerger 2023-08-17 18:07:04 +02:00
parent 9cb9fb2d61
commit 6301e5faa7
3 changed files with 0 additions and 13 deletions

View file

View file

@ -1,11 +0,0 @@
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
COPY serverspec.edn /tmp/serverspec.edn
RUN java -jar /tmp/serverspec.jar /tmp/serverspec.edn -v

View file

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