4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
FROM openjdk:21-bullseye
|
|
|
|
RUN apt update && \
|
|
apt install -qyy entr |