Timon Horlboge SecretMineDE
  • Joined on 2022-07-26

mc-server-stats (latest)

Published 2023-10-19 21:36:47 +02:00 by SecretMineDE

Installation

docker pull git.secretmine.de/secretminede/mc-server-stats:latest
sha256:2ed4ac9e35e1d46aeac508e02771852a2f9037d696caaa20d4ec232f401b0840

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
Details
Container
2023-10-19 21:36:47 +02:00
8
OCI / Docker
linux/amd64
140 MiB
Versions (1) View all
latest 2023-10-19