Add test to clojure image

This commit is contained in:
bom 2023-01-20 13:03:44 +01:00
parent 9dea4c6f2f
commit f251473601
2 changed files with 12 additions and 0 deletions

View file

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

View file

@ -0,0 +1 @@
{}