Update Dockerfiles nextcloud & backup
This commit is contained in:
parent
680f364b24
commit
99407b70f3
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM domaindrivenarchitecture/dda-backup:1.0.7
|
||||
FROM domaindrivenarchitecture/dda-backup:1.0.9
|
||||
|
||||
# Prepare Entrypoint Script
|
||||
ADD resources /tmp
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM c4k-cloud
|
||||
|
||||
RUN apt update
|
||||
RUN apt -yqq install --no-install-recommends --yes curl default-jre-headless
|
||||
RUN apt-get update
|
||||
RUN apt-get -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue