Skip to content

Commit b5f737e

Browse files
authored
Merge pull request #526 from ShotaroMuraoka/fix/dockerfile-improvement
2 parents a7b3b53 + df9c237 commit b5f737e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM php:8.4
22

3-
MAINTAINER "niconoe-" <[email protected]>
3+
LABEL org.opencontainers.image.authors="niconoe- <[email protected]>"
44

55
COPY releases/phpmetrics.phar /usr/local/bin/phpmetrics
66

77
RUN chmod +x /usr/local/bin/phpmetrics \
88
# Install git to be able to use option "--git".
99
&& apt-get update && apt-get install -y git \
10-
&& rm -rf /var/cache/apk/* /var/tmp/* /tmp/*
10+
&& rm -rf /var/lib/apt/lists/*
1111

1212
VOLUME ["/app"]
1313
WORKDIR /app

0 commit comments

Comments
 (0)