fix tests

This commit is contained in:
jem 2020-11-13 09:27:17 +01:00
parent e9169ba163
commit 2bb7abda04
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
FROM meissa-cloud 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 COPY serverspec.edn /tmp/serverspec.edn

View file

@ -1 +1 @@
{:file []} {:package [{:name "restic"}]}