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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user