FROM cjpalmer/godot:0.1.0 RUN apt update -y && apt install -y zip redis ADD ./*.sh ./ ENTRYPOINT [ "./entrypoint.sh" ]