diff --git a/ci/Dockerfile b/ci/Dockerfile index 2393eb5..d595128 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,10 @@ # syntax=docker/dockerfile:1 -FROM guildeducation/rails:2.7.2-14.20.0 +FROM ruby:3.3.0 -RUN apt-get update -qq && apt-get install -y --no-install-recommends ldap-utils libvips +SHELL ["/bin/bash", "-o", "pipefail", "-c"] + +RUN apt-get update -qq && apt-get install -y --no-install-recommends curl \ + ldap-utils tini libvips +RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - +RUN apt-get update && apt-get install -y nodejs +RUN npm install -g yarn