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

Dockerfile-ChangelogServer « translations - github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 696ae9176b460f3d64d590fec5f83c2702dd82c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FROM ghcr.io/nextcloud/continuous-integration-translations:latest

MAINTAINER Morris Jobke <hey@morrisjobke.de>

RUN apt-get update -q && \
    DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends \
        php7.4-dom \
    && apt-get clean

ADD handleChangelogServerTranslations.sh /handleTranslations.sh
ADD translationtool-whatsnew/ /translationtool