There was an error while loading. Please reload this page.
2 parents a7b3b53 + df9c237 commit b5f737eCopy full SHA for b5f737e
Dockerfile
@@ -1,13 +1,13 @@
1
FROM php:8.4
2
3
-MAINTAINER "niconoe-" <nicolas.giraud.dev@gmail.com>
+LABEL org.opencontainers.image.authors="niconoe- <nicolas.giraud.dev@gmail.com>"
4
5
COPY releases/phpmetrics.phar /usr/local/bin/phpmetrics
6
7
RUN chmod +x /usr/local/bin/phpmetrics \
8
# Install git to be able to use option "--git".
9
&& apt-get update && apt-get install -y git \
10
- && rm -rf /var/cache/apk/* /var/tmp/* /tmp/*
+ && rm -rf /var/lib/apt/lists/*
11
12
VOLUME ["/app"]
13
WORKDIR /app
0 commit comments