Sign inSign up

atomicptr/godot-mono-base

By atomicptr

•Updated over 5 years ago

Docker base image for the headless mono version of Godot.

Image
0

475

atomicptr/godot-mono-base repository overview

⁠godot-mono-base

Docker base image for the headless mono version of Godot.

This is intended as a base for continious integration.

⁠Usage

FROM atomicptr/godot-mono-base:3.2

# add your project to image
COPY . /project
WORKDIR /project

RUN mkdir -p /build/linux && \
    godot -v --export "Linux/X11" /build/linux/MyProject.x86_64

⁠Directory structure

/godot         -- Godot engine and templates files
    /engine    -- Contains the currently tagged headless x64 linux build
    /template  -- Contains the currently tagged export template build

⁠License

MIT

Tag summary

Content type

Image

Digest

Size

897.2 MB

Last updated

over 5 years ago

docker pull atomicptr/godot-mono-base