mirror of
https://github.com/luzifer-docker/matomo.git
synced 2024-12-20 03:41:17 +00:00
7 lines
205 B
Docker
7 lines
205 B
Docker
FROM luzifer/alpine-nginx-php
|
|
|
|
ENV MATOMO_VERSION=4.14.1 \
|
|
MATOMO_CHECKSUM=c46d1a57c523529d18a71ef80634f07e48a454088beff98f81c0b3d2216601f3
|
|
|
|
COPY rootfs /
|
|
RUN set -ex && /usr/local/bin/container-setup
|