Docker Compose config, local 389ds/dirsrv, LDAP and user seeds #74

Merged
raucao merged 27 commits from feature/docker_compose into master 2022-12-27 06:26:43 +00:00
Showing only changes of commit f85b7f4f62 - Show all commits

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:2.7
FROM ruby:2.7.6
RUN apt-get update -qq && apt-get install -y curl ldap-utils
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
RUN apt-get update && apt-get install -y nodejs