Fix stuf again.

This commit is contained in:
Alexis Lahouze 2018-11-26 00:46:48 +01:00
parent e41638f25d
commit 45d22d08ef
1 changed files with 8 additions and 5 deletions

View File

@ -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 /