Compare commits

...

2 commits

Author SHA1 Message Date
Corné Oppelaar
bda67271ff reg: Fix typo in Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-29 12:23:16 +02:00
Corné Oppelaar
7515012a23 slapd: Fix package name 2019-08-29 12:22:29 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -4,5 +4,5 @@ RUN xbps-build reg
FROM d.xr.to/base:glibc AS main
LABEL maintainer="=@eater.me"
COPY --from=builder /_workdir/hostdir/binpkgs /tmp/xbps
RUN xbps-local reg &&
RUN xbps-local reg
EXPOSE 8080/tcp

View file

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