Compare commits

..

No commits in common. "bda67271ff4eba514620ef5fc64c574b75138d93" and "dd37ac7989970beae6fa69174e93c0efd84977c1" have entirely different histories.

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 openldap && mkdir /run/openldap
RUN xbps-remote slapd && mkdir /run/openldap
EXPOSE 389
CMD ["slapd", "-d", "0"]