You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
458 B

  1. FROM exherbo/exherbo-x86_64-pc-linux-gnu-base
  2. MAINTAINER Julian Ospald <hasufell@posteo.de>
  3. ENV PALUDIS_DO_NOTHING_SANDBOXY=1
  4. RUN echo "export PALUDIS_DO_NOTHING_SANDBOXY=1" >> /etc/profile
  5. # copy hooks
  6. COPY ./config/paludis /etc/paludis
  7. # This one should be present by running the build.sh script
  8. COPY build.sh /
  9. RUN chmod +x /build.sh && /build.sh
  10. RUN rm /build.sh
  11. # update etc files... hope this doesn't screw up
  12. RUN eclectic config accept-all