Remove prefix.
This commit is contained in:
parent
45d22d08ef
commit
fca97269be
@ -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 /
|
||||
|
Loading…
Reference in New Issue
Block a user