Properly pass img_version to all containers

Continuation and fixup of #23.
This commit is contained in:
Rémi Verschelde
2019-12-02 13:30:41 +01:00
parent ab3cdae9e0
commit cd973e1d9f
11 changed files with 42 additions and 29 deletions

View File

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