diff --git a/Dockerfile b/Dockerfile index adce5fbc..8eb113bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ FROM php:8.4 -MAINTAINER "niconoe-" +LABEL org.opencontainers.image.authors="niconoe- " COPY releases/phpmetrics.phar /usr/local/bin/phpmetrics RUN chmod +x /usr/local/bin/phpmetrics \ # Install git to be able to use option "--git". && apt-get update && apt-get install -y git \ - && rm -rf /var/cache/apk/* /var/tmp/* /tmp/* + && rm -rf /var/lib/apt/lists/* VOLUME ["/app"] WORKDIR /app