mirror of
https://github.com/godotengine/build-containers.git
synced 2025-12-31 21:48:41 +03:00
6 lines
45 B
Docker
6 lines
45 B
Docker
FROM fedora:30
|
|
|
|
WORKDIR /root
|
|
|
|
CMD /bin/true
|