FROM ortussolutions/commandbox

RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
	&& apt-get install -y \
		git \
		nodejs \