Remove Dockerfile.export, unnecessary with `--headless` mode

This commit is contained in:
Rémi Verschelde 2023-09-04 09:45:20 +02:00
parent 46a2320545
commit 5053b4b092
3 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -53,8 +53,6 @@ podman_build() {
2>&1 | tee logs/"$1".log
}
podman_build export
podman_build linux
podman_build windows