changed to openjdk headless to decrease image size

This commit is contained in:
Stephan Kessler
2020-10-06 13:08:34 +02:00
committed by BARICHELLO
parent fff44ff9a5
commit 2554eb4cac

View File

@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \
zip \
adb \
openjdk-8-jdk \
openjdk-8-jdk-headless \
&& rm -rf /var/lib/apt/lists/*
ENV GODOT_VERSION "3.2.3"