Remove prefix.

This commit is contained in:
Alexis Lahouze 2018-11-26 00:54:10 +01:00
parent 45d22d08ef
commit fca97269be
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get install -y --no-install-recommends \
# Install deps
RUN git clone https://github.com/pkgcore/snakeoil
WORKDIR snakeoil
RUN python -m setup bdist --prefix / install
RUN python -m setup bdist install
#RUN pip install snakeoil
#RUN pip wheel snakeoil
@ -17,7 +17,7 @@ RUN python -m setup bdist --prefix / install
RUN git clone https://github.com/dol-sen/pyDeComp pydecomp
WORKDIR pydecomp
RUN python -m setup bdist --prefix / install
RUN python -m setup bdist install
WORKDIR /
# Clone catalyst repository
@ -25,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 --prefix /
RUN make && python -m setup bdist
# Get and uncompress shash
WORKDIR /