File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM ghcr.io/nextcloud/continuous-integration-php8.3:latest
2+
3+ RUN mkdir /tmp/server && \
4+ cd /tmp/server && git clone --recursive https://github.com/nextcloud/server.git && \
5+ cd /tmp/server/server/build/integration && composer install && \
6+ rm -rf /tmp/server
Original file line number Diff line number Diff line change 1+ FROM ghcr.io/nextcloud/continuous-integration-php8.3:latest
2+
3+ RUN apt-get update && apt-get install -y gcc coreutils make python && \
4+ mkdir -p /tmp/litmus && \
5+ wget -O /tmp/litmus/litmus-0.13.tar.gz http://www.webdav.org/neon/litmus/litmus-0.13.tar.gz && \
6+ cd /tmp/litmus && tar -xzf litmus-0.13.tar.gz && \
7+ cd /tmp/litmus/litmus-0.13 && ./configure && make && rm -f /tmp/litmus-0.13.tar.gz && \
8+ apt-get clean
You can’t perform that action at this time.
0 commit comments