docker-exherbo/Dockerfile
Julian Ospald e205a31a2d
Allow regular repository sync again
It's unrealistic to disallow it in a decentralized
repository environment, since the repositories
are too inter-dependent.

So we assume that images deriving from this one
will call 'cave sync' early in case they add
repositories.
2016-10-20 12:54:55 +02:00

17 lines
402 B
Docker

FROM busybox
MAINTAINER Julian Ospald <hasufell@posteo.de>
# copy hooks
COPY ./config/paludis /etc/paludis-new
# This one should be present by running the build.sh script
COPY bootstrap.sh build.sh /
# one step, to make the layer as thin as possible
# bootstrap.sh calls build.sh
RUN /bootstrap.sh amd64 x86_64
# update etc files... hope this doesn't screw up
RUN eclectic config accept-all