Block a user
ts3-stats (latest)
Published 2023-07-22 20:24:10 +02:00 by SecretMineDE
Installation
docker pull git.secretmine.de/secretminede/ts3-stats:latestsha256:87e4d24cb464e8a4b5c8953f05e1777e40ac06f9a4e6cde828ef41d460630ade
Image Layers
| ADD file:481dd2da6de71525248eba186feeeafcc73cc956ade0a196a4e8b0c2424e74b9 in / |
| CMD ["bash"] |
| ARG PHP_VERSION=8.2 |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c apt-get update # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c apt-get install -y software-properties-common cron # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c add-apt-repository ppa:ondrej/php -y # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c apt-get update # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c apt-get upgrade -y # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin apt-get -y install tzdata # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c apt-get install -y php${PHP_VERSION} php${PHP_VERSION}-curl php${PHP_VERSION}-xml php${PHP_VERSION}-mbstring php${PHP_VERSION}-zip php${PHP_VERSION}-pdo-mysql zip unzip # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c apt-get remove -y software-properties-common # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c apt-get autoremove -y # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c apt-get clean # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');" # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c rm -rf /tmp/composer-setup.php # buildkit |
| RUN |1 PHP_VERSION=8.2 /bin/sh -c mkdir /app # buildkit |
| WORKDIR /app |
| CMD ["cron" "-f"] |
| COPY . /app/ # buildkit |
| COPY cron-file /etc/cron.d/cron-file # buildkit |
| RUN /bin/sh -c chmod 0644 /etc/cron.d/cron-file # buildkit |
| RUN /bin/sh -c crontab /etc/cron.d/cron-file # buildkit |