You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
FROM d.xr.to/xbps-builder AS builder
|
|
COPY files/template /_workdir/srcpkgs/reg/template
|
|
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
|
|
EXPOSE 8080/tcp
|