Spam egg spam.
This commit is contained in:
parent
fca97269be
commit
63242b667d
18
Dockerfile
18
Dockerfile
@ -5,21 +5,24 @@ RUN apt-get install -y --no-install-recommends \
|
|||||||
build-essential libxml2-utils git make gcc libtool libmhash-dev \
|
build-essential libxml2-utils git make gcc libtool libmhash-dev \
|
||||||
asciidoc asciidoc-dblatex
|
asciidoc asciidoc-dblatex
|
||||||
|
|
||||||
# Install deps
|
# Build and install snakeoil
|
||||||
RUN git clone https://github.com/pkgcore/snakeoil
|
RUN git clone https://github.com/pkgcore/snakeoil
|
||||||
|
|
||||||
WORKDIR snakeoil
|
WORKDIR snakeoil
|
||||||
RUN python -m setup bdist install
|
RUN python -m setup bdist
|
||||||
|
|
||||||
#RUN pip install snakeoil
|
WORKDIR /
|
||||||
#RUN pip wheel snakeoil
|
RUN tar xvzf snakeoil/dist/snakeoil-*.tar.gz
|
||||||
|
|
||||||
#RUN pip install git+https://github.com/dol-sen/pyDeComp
|
# Build and install 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 install
|
RUN python -m setup bdist
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
RUN tar xvzf pydecomp/dist/pyDeComp-.tar.gz
|
||||||
|
|
||||||
# Clone catalyst repository
|
# Clone catalyst repository
|
||||||
RUN git clone https://anongit.gentoo.org/git/proj/catalyst.git catalyst
|
RUN git clone https://anongit.gentoo.org/git/proj/catalyst.git catalyst
|
||||||
|
|
||||||
@ -27,8 +30,9 @@ RUN git clone https://anongit.gentoo.org/git/proj/catalyst.git catalyst
|
|||||||
WORKDIR /catalyst
|
WORKDIR /catalyst
|
||||||
RUN make && python -m setup bdist
|
RUN make && python -m setup bdist
|
||||||
|
|
||||||
# Get and uncompress shash
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
# Get and uncompress shash
|
||||||
RUN wget ftp://mcrypt.hellug.gr/pub/mcrypt/shash/shash-0.2.6.tar.gz \
|
RUN wget ftp://mcrypt.hellug.gr/pub/mcrypt/shash/shash-0.2.6.tar.gz \
|
||||||
&& tar xvzf shash-0.2.6.tar.gz
|
&& tar xvzf shash-0.2.6.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user