diff --git a/Dockerfile b/Dockerfile index 922217d..ce92dd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,15 +6,18 @@ RUN apt-get install -y --no-install-recommends \ asciidoc asciidoc-dblatex # Install deps -RUN pip install snakeoil -RUN pip wheel snakeoil +RUN git clone https://github.com/pkgcore/snakeoil +WORKDIR snakeoil +RUN python -m setup bdist --prefix / install + +#RUN pip install snakeoil +#RUN pip wheel snakeoil #RUN pip install git+https://github.com/dol-sen/pyDeComp RUN git clone https://github.com/dol-sen/pyDeComp pydecomp WORKDIR pydecomp -RUN python -m setup bdist -RUN python -m setup install +RUN python -m setup bdist --prefix / install WORKDIR / # Clone catalyst repository @@ -22,7 +25,7 @@ RUN git clone https://anongit.gentoo.org/git/proj/catalyst.git catalyst # Build and install catalyst WORKDIR /catalyst -RUN make && python -m setup bdist +RUN make && python -m setup bdist --prefix / # Get and uncompress shash WORKDIR /