1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Install java in the docker image (#4399)

Java is used to run jing, to explain schema violations
This commit is contained in:
Arnaud Le Blanc
2025-01-27 15:17:07 +01:00
committed by GitHub
parent f908fff129
commit 04bb3c8f44

View File

@@ -1,7 +1,7 @@
FROM php:8.2-cli
RUN apt-get update && \
apt-get install -y git
apt-get install -y git default-jre-headless
WORKDIR /var/www