Fix stuf again.
This commit is contained in:
parent
e41638f25d
commit
45d22d08ef
13
Dockerfile
13
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 /
|
||||
|
Loading…
Reference in New Issue
Block a user