use correct inherited docker image

This commit is contained in:
bom 2021-11-10 13:33:43 +01:00
parent 1fa6758b66
commit 2cff7879ac

View file

@ -1,7 +1,7 @@
FROM meissa-cloud-backup
FROM c4k-cloud-backup
RUN apt update
RUN apt -yqq --no-install-recommends --yes install curl default-jre-headless
RUN apt update > /dev/null
RUN apt -yqq --no-install-recommends --yes install curl default-jre-headless > /dev/null
RUN curl -L -o /tmp/serverspec.jar https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/2.0.0/dda-serverspec-standalone.jar