fix tests
This commit is contained in:
parent
e9169ba163
commit
2bb7abda04
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
{:file []}
|
||||
{:package [{:name "restic"}]}
|
||||
|
|
Loading…
Reference in a new issue