Use node as base in Dockerfile
Some checks failed
godot-ci export / Windows Export (push) Failing after 2s
godot-ci export / Linux Export (push) Failing after 2s
godot-ci export / Web Export (push) Failing after 2s
godot-ci export / Mac Export (push) Failing after 2s

This commit is contained in:
Antonio Dell'Annunziata 2025-03-02 13:38:55 +01:00
parent a89dfc5e7b
commit 5106cb0b91
No known key found for this signature in database
GPG key ID: 8D2BB16641F06E94

View file

@ -1,5 +1,5 @@
# Based on https://github.com/abarichello/godot-ci/blob/master/Dockerfile
FROM ubuntu:jammy
FROM node:20.16-bullseye
USER root
SHELL ["/bin/bash", "-c"]