fix(core): update
This commit is contained in:
parent
e60bf4dae8
commit
2ad5215865
@ -1,14 +0,0 @@
|
|||||||
FROM hosttoday/ht-docker-node:npmci
|
|
||||||
LABEL author="Lossless GmbH <hello@lossless.com>"
|
|
||||||
|
|
||||||
# Install Java.
|
|
||||||
RUN \
|
|
||||||
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \
|
|
||||||
add-apt-repository -y ppa:webupd8team/java && \
|
|
||||||
apt-get update && \
|
|
||||||
apt-get install -y oracle-java8-installer && \
|
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
|
||||||
rm -rf /var/cache/oracle-jdk8-installer
|
|
||||||
|
|
||||||
# Define commonly used JAVA_HOME variable
|
|
||||||
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
|
|
Loading…
Reference in New Issue
Block a user