2 lines
84 B
Docker
2 lines
84 B
Docker
FROM d.xr.to/base:glibc
|
|
RUN xbps-install -Sy openjdk-jre && rm -rf /var/cache/xbps;
|