mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
8 lines
189 B
Docker
8 lines
189 B
Docker
|
ARG img_version
|
||
|
FROM godot-fedora:${img_version}
|
||
|
|
||
|
RUN dnf -y install --setopt=install_weak_deps=False \
|
||
|
autoconf automake cmake gcc gcc-c++ gettext libtool perl python
|
||
|
|
||
|
CMD /bin/bash
|