From 45d22d08ef4c24afd26de00d4f4b676ead84fa08 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Mon, 26 Nov 2018 00:46:48 +0100 Subject: [PATCH] Fix stuf again. --- Dockerfile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 /