root %!s(int64=4) %!d(string=hai) anos
pai
achega
27defd0bcf
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Dockerfile

+ 4 - 0
Dockerfile

@@ -1 +1,5 @@
 FROM hub.evbj.easou.com/oldad/mis:v1.0.0
+
+RUN echo "JAVA_HOME=/usr/java/jdk1.8.0_271" >> /etc/profile \
+    && echo "export PATH=$JAVA_HOME/bin:$PATH" >> /etc/profile \
+    && source /etc/profile