fix test
This commit is contained in:
parent
77d35a322f
commit
46e4dd7898
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
FROM meissa-cloud
|
FROM meissa-cloud
|
||||||
|
|
||||||
RUN curl -L -o /tmp/serverspec.jar \
|
RUN apt-get -yqq install curl > /dev/null
|
||||||
https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/1.3.4/dda-serverspec-standalone.jar
|
|
||||||
|
RUN curl -L -o /app/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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue