From 5053b4b092b8fcaf96611d37b0c2e0a6adcc30b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 4 Sep 2023 09:45:20 +0200 Subject: [PATCH] Remove Dockerfile.export, unnecessary with `--headless` mode --- Dockerfile.export | 8 -------- README.md | 1 - build.sh | 2 -- 3 files changed, 11 deletions(-) delete mode 100644 Dockerfile.export diff --git a/Dockerfile.export b/Dockerfile.export deleted file mode 100644 index cdf9f6d..0000000 --- a/Dockerfile.export +++ /dev/null @@ -1,8 +0,0 @@ -ARG img_version -FROM godot-fedora:${img_version} - -RUN dnf -y install --setopt=install_weak_deps=False \ - xorg-x11-server-Xvfb libXcursor libXinerama libXrandr libXi \ - alsa-lib pulseaudio-libs mesa-dri-drivers java-11-openjdk-devel - -CMD /bin/bash diff --git a/README.md b/README.md index 695864d..54b3876 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ These are the expected container image sizes, so you can plan your disk usage in REPOSITORY TAG SIZE localhost/godot-fedora 4.x-f36 1.06 GB - localhost/godot-export 4.x-f36 1.54 GB localhost/godot-linux 4.x-f36 2.07 GB localhost/godot-windows 4.x-f36 1.81 GB localhost/godot-web 4.x-f36 2.2 GB diff --git a/build.sh b/build.sh index c825246..a679852 100755 --- a/build.sh +++ b/build.sh @@ -53,8 +53,6 @@ podman_build() { 2>&1 | tee logs/"$1".log } -podman_build export - podman_build linux podman_build windows