Skip to content

Commit 04bb3c8

Browse files
authored
Install java in the docker image (#4399)
Java is used to run jing, to explain schema violations
1 parent f908fff commit 04bb3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:8.2-cli
22

33
RUN apt-get update && \
4-
apt-get install -y git
4+
apt-get install -y git default-jre-headless
55

66
WORKDIR /var/www
77

0 commit comments

Comments
 (0)