akkounts/ci/Dockerfile
Râu Cao 1c54e4c0b5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
New CI image Dockerfile
2024-02-03 11:36:06 +02:00

11 lines
332 B
Docker

# syntax=docker/dockerfile:1
FROM ruby:3.3.0
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