Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2021-12-06 13:52:15 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2021-12-06 13:52:15 +0300
commitb8b5f185661e222e7a7fc5d7ad36b0580d620d3c (patch)
tree0a4b041dfaf2e0501a3a2c0962b4feb6b5fb8ef9 /litmus-php7.4
parent27e2aafa0143ab0970103fa587d24577a11e05d5 (diff)
Use the same base image for litmus as for the other ones
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'litmus-php7.4')
-rw-r--r--litmus-php7.4/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/litmus-php7.4/Dockerfile b/litmus-php7.4/Dockerfile
index 268da2b..a4cdb88 100644
--- a/litmus-php7.4/Dockerfile
+++ b/litmus-php7.4/Dockerfile
@@ -1,4 +1,5 @@
-FROM nextcloudci/php7.4:latest
+FROM ghcr.io/nextcloud/continuous-integration-php7.4:latest
+
RUN apt-get update && apt-get install -y gcc realpath make python && \
mkdir -p /tmp/litmus && \
wget -O /tmp/litmus/litmus-0.13.tar.gz http://www.webdav.org/neon/litmus/litmus-0.13.tar.gz && \