diff --git a/infrastrucure/docker/test/Dockerfile b/infrastrucure/docker/test/Dockerfile index 63784d3..435a68b 100644 --- a/infrastrucure/docker/test/Dockerfile +++ b/infrastrucure/docker/test/Dockerfile @@ -1,8 +1,8 @@ FROM meissa-cloud -RUN apt-get -yqq install curl > /dev/null +RUN apt-get -yqq install curl openjdk-11-jre > /dev/null -RUN curl -L -o /app/serverspec.jar https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/2.0.0/dda-serverspec-standalone.jar +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 diff --git a/infrastrucure/docker/test/serverspec.edn b/infrastrucure/docker/test/serverspec.edn index 7e6fe9b..53328d9 100644 --- a/infrastrucure/docker/test/serverspec.edn +++ b/infrastrucure/docker/test/serverspec.edn @@ -1 +1 @@ -{:file []} +{:package [{:name "restic"}]}