added libfreetype6 (jdk SunFont needs it)
This commit is contained in:
@@ -11,9 +11,9 @@ ENV ENABLE_HOTSWAP=true
|
|||||||
ENV ENABLE_JDWP=true
|
ENV ENABLE_JDWP=true
|
||||||
ENV DISABLE_HOTSWAP_PLUGINS=
|
ENV DISABLE_HOTSWAP_PLUGINS=
|
||||||
|
|
||||||
# Install curl
|
# Install curl & essentials
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt -y install curl
|
apt -y install curl libfreetype6
|
||||||
|
|
||||||
# Download & Install JBR Java
|
# Download & Install JBR Java
|
||||||
RUN mkdir -p /usr/local/lib/jvm && \
|
RUN mkdir -p /usr/local/lib/jvm && \
|
||||||
|
Reference in New Issue
Block a user