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
|
asciidoc asciidoc-dblatex
|
||||||
|
|
||||||
# Install deps
|
# Install deps
|
||||||
RUN pip install snakeoil
|
RUN git clone https://github.com/pkgcore/snakeoil
|
||||||
RUN pip wheel 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 pip install git+https://github.com/dol-sen/pyDeComp
|
||||||
RUN git clone https://github.com/dol-sen/pyDeComp pydecomp
|
RUN git clone https://github.com/dol-sen/pyDeComp pydecomp
|
||||||
|
|
||||||
WORKDIR pydecomp
|
WORKDIR pydecomp
|
||||||
RUN python -m setup bdist
|
RUN python -m setup bdist --prefix / install
|
||||||
RUN python -m setup install
|
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
# Clone catalyst repository
|
# Clone catalyst repository
|
||||||
@ -22,7 +25,7 @@ RUN git clone https://anongit.gentoo.org/git/proj/catalyst.git catalyst
|
|||||||
|
|
||||||
# Build and install catalyst
|
# Build and install catalyst
|
||||||
WORKDIR /catalyst
|
WORKDIR /catalyst
|
||||||
RUN make && python -m setup bdist
|
RUN make && python -m setup bdist --prefix /
|
||||||
|
|
||||||
# Get and uncompress shash
|
# Get and uncompress shash
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
Loading…
Reference in New Issue
Block a user