Compare commits
2 commits
d364a9098a
...
1207e35591
Author | SHA1 | Date | |
---|---|---|---|
1207e35591 | |||
7d3655d15c |
2 changed files with 6 additions and 0 deletions
2
eater/base/Dockerfile
Normal file
2
eater/base/Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
FROM d.xr.to/base:glibc
|
||||
RUN xbps-remote docker make
|
4
slapd/Dockerfile
Normal file
4
slapd/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM d.xr.to/base
|
||||
RUN xbps-remote slapd && mkdir /run/openldap
|
||||
EXPOSE 389
|
||||
CMD ["slapd", "-d", "0"]
|
Loading…
Reference in a new issue