Fix fullscreen error

This commit is contained in:
Kevin Moore 2023-12-13 13:15:11 -05:00
parent 564667ecfc
commit 6c581457d0
No known key found for this signature in database
GPG key ID: 4AB9F74AEB73DBDD

View file

@ -25,7 +25,7 @@ ENV \
PATH="${PATH}:/opt/${ZULU_VERSION}/bin"
RUN \
add-pkg curl socat unzip psmisc fontconfig libxrender1 libxtst6 && \
add-pkg curl socat unzip psmisc fontconfig libxrender1 libxtst6 x11-xserver-utils && \
add-pkg --virtual certs ca-certificates && \
mkdir /app && \
curl -O --output-dir /tmp/ https://cdn.azul.com/zulu/bin/${ZULU_VERSION}.tar.gz && \