#5 144.0 1 upgraded, 218 newly installed, 0 to remove and 15 not upgraded.
#5 144.0 Need to get 171 MB of archives.
#5 144.0 After this operation, 632 MB of additional disk space will be used.
#5 144.0 Do you want to continue? [Y/n] Abort.
docker コンテナファイルを更新して↑のようなメッセージとともに失敗した場合、
インストール時に聞かれるYes/Noに答えるオプションを設定する必要がある。
FROM openjdk:11-slim
ENV DISPLAY host.docker.internal:0.0
RUN apt-get update && \
apt-get install -y openjfx
WORKDIR /usr/src
apt-get コマンドのその他オプションも必要に応じて追加する