fix wrong package name

This commit is contained in:
Wolfgang Hottgenroth 2019-02-18 07:32:14 +01:00
parent 342b5ab198
commit 459c8ff504
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -5,7 +5,7 @@ MAINTAINER Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
RUN \
apt update && \
apt install -y openjdk-8-headless && \
apt install -y openjdk-8-jdk-headless && \
apt install -y maven && \
rm -rf /var/lib/apt/lists/*