Skip to content

Commit 4d6e3da

Browse files
committed
Added git
1 parent 468f9f0 commit 4d6e3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openjdk:8-alpine
22

33
ENV PMD_VERSION 6.43.0
44

5-
RUN apk add --update --no-cache wget unzip
5+
RUN apk add --update --no-cache wget unzip git
66
RUN mkdir -p /opt
77

88
RUN cd /opt \

0 commit comments

Comments
 (0)