Add jre container

This commit is contained in:
eater 2018-12-20 23:03:41 +01:00
parent 3a3a22959f
commit e7277132f0
Signed by: eater
GPG key ID: 656785D50BE51C0A

2
jre/Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM d.xr.to/base:glibc
RUN xbps-install -Sy openjdk-jre && rm -rf /var/cache/xbps;