Added 11.0-jre
This commit is contained in:
parent
3329d5b482
commit
5c65621764
9
11.0-jre/Dockerfile
Normal file
9
11.0-jre/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM odoo:11.0
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get -y install openjdk-8-jre && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
USER odoo
|
Loading…
Reference in New Issue
Block a user