mirror of
https://github.com/godotengine/build-containers.git
synced 2025-12-31 21:48:41 +03:00
Properly pass img_version to all containers
Continuation and fixup of #23.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM godot-fedora:latest
|
||||
FROM godot-fedora:${img_version}
|
||||
|
||||
RUN dnf -y install --setopt=install_weak_deps=False \
|
||||
autoconf automake libtool clang cmake fuse fuse-devel libxml2-devel libicu-devel compat-openssl10-devel bzip2-devel kmod cpio && \
|
||||
|
||||
Reference in New Issue
Block a user