test no longer needed
This commit is contained in:
parent
9cb9fb2d61
commit
6301e5faa7
3 changed files with 0 additions and 13 deletions
0
infrastructure/app/test/.keep
Normal file
0
infrastructure/app/test/.keep
Normal 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
|
|
|
@ -1,2 +0,0 @@
|
||||||
{:file [{:path "/usr/local/bin/install-debug.sh" :mod "700"}
|
|
||||||
{:path "/defaults/settings-config.js" :mod "644"}]}
|
|
Loading…
Reference in a new issue