Files
akkounts/ci/Dockerfile

11 lines
332 B
Docker
Raw Normal View History

# syntax=docker/dockerfile:1
2024-02-03 11:35:41 +02:00
FROM ruby:3.3.0
2024-02-03 11:35:41 +02:00
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