Using openjdk-8-jdk-headless instead of openjdk-8-jdk

This commit is contained in:
Alexey Pustovalov 2021-04-28 02:23:13 +05:00
parent 6c33275e83
commit 4836dd7b6f

View File

@ -48,7 +48,7 @@ RUN set -eux && \
automake \
libc6-dev \
make \
openjdk-8-jdk \
openjdk-8-jdk-headless \
pkg-config \
git \
gcc && \