Update
This commit is contained in:
parent
e124a0e82f
commit
52906dd386
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
FROM c4k-jitsi
|
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 \
|
RUN curl -L -o /tmp/serverspec.jar \
|
||||||
https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/1.3.4/dda-serverspec-standalone.jar
|
https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/1.3.4/dda-serverspec-standalone.jar
|
||||||
|
|
||||||
|
|
|
@ -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"}]}
|
||||||
|
|
Loading…
Reference in a new issue