Files
akkounts/ci/Dockerfile
T
raucao 31341fb4ce
CI / Test (pull_request) Failing after 2s
Upgrade Ruby to 3.3.12 everywhere
2026-08-09 18:13:31 -06:00

10 lines
299 B
Docker

# syntax=docker/dockerfile:1
FROM ruby:3.3.12
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update -qq && apt-get install -y --no-install-recommends curl unzip \
ldap-utils tini libvips
RUN curl -fsSL https://bun.sh/install | bash -s -- bun-v1.3.14
ENV PATH="/root/.bun/bin:$PATH"