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