This commit is contained in:
2016-08-12 19:00:42 +02:00
parent ba5e6216ed
commit 2232da2a31
4 changed files with 3 additions and 69 deletions

View File

@@ -1,20 +1,16 @@
FROM busybox
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 /
COPY bootstrap.sh build.sh /
# one step, to make the layer as thin as possible
# bootstrap.h calls build.sh
RUN /bootstrap.sh amd64 x86_64
COPY build.sh /
RUN /build.sh
# update etc files... hope this doesn't screw up
RUN eclectic config accept-all
@@ -22,4 +18,3 @@ RUN eclectic config accept-all
# all images deriving from this one have the same state
RUN sed -i -e 's|^sync|#sync|' /etc/paludis/repositories/*.conf