Compare commits

...

2 commits

Author SHA1 Message Date
1207e35591
Merge branch 'master' of git.cijber.net:d.xr.to/flavors
Some checks failed
continuous-integration/drone/push Build is failing
2019-08-28 14:09:44 +02:00
7d3655d15c
add slapd and eater/base 2019-08-28 14:00:11 +02:00
2 changed files with 6 additions and 0 deletions

2
eater/base/Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM d.xr.to/base:glibc
RUN xbps-remote docker make

4
slapd/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM d.xr.to/base
RUN xbps-remote slapd && mkdir /run/openldap
EXPOSE 389
CMD ["slapd", "-d", "0"]