Updated Docker tests
This commit is contained in:
parent
1c9c1a732e
commit
018d8d8b61
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
FROM meissa-cloud-app
|
FROM c4k-cloud
|
||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN mkdir /usr/share/man/man1/
|
|
||||||
RUN apt -yqq install --no-install-recommends --yes curl default-jre-headless
|
RUN apt -yqq install --no-install-recommends --yes 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
|
RUN curl -L -o /tmp/serverspec.jar https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/2.0.0/dda-serverspec-standalone.jar
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
{:file [{:path "/var/data"}
|
{:file [{:path "/var/data"}
|
||||||
|
{:path "/usr/local/bin/install-debug.sh" :mod "700"}
|
||||||
|
{:path "/usr/local/etc/php/conf.d/upload-max-limit.ini" :mod "544"}
|
||||||
|
{:path "/usr/local/etc/php/conf.d/memory-limit.ini" :mod "544"}
|
||||||
{:path "/entrypoint.sh" :mod "755"}]}
|
{:path "/entrypoint.sh" :mod "755"}]}
|
||||||
|
|
Loading…
Reference in a new issue