diff --git a/Dockerfile b/Dockerfile index abda75d..dd907f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]