1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Added Java dependency to Dockerfile

This commit is contained in:
hrosseel 2020-10-05 12:56:37 +02:00
parent 9f53d9543f
commit 97514fd4f7

View File

@ -12,7 +12,7 @@ RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends \
ffmpeg \
ffmpeg default-jre \
&& rm -rf /var/lib/apt/lists/*
FROM base as shape_base