maybe this is a good way to get the build deps
This commit is contained in:
parent
6984413a66
commit
55df2ac429
11
Dockerfile
11
Dockerfile
|
@ -29,15 +29,14 @@ RUN apt-get --quiet update && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN apt-get --quiet update && apt-get --quiet install -y \
|
RUN apt-get --quiet update && apt-get --quiet install -y \
|
||||||
gcc \
|
|
||||||
python-dev \
|
|
||||||
libffi-dev \
|
|
||||||
openssl \
|
|
||||||
libssl-dev \
|
|
||||||
\
|
|
||||||
python-virtualenv \
|
python-virtualenv \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN apt-get --quiet update && apt-get --quiet build-dep -y \
|
||||||
|
python-nacl \
|
||||||
|
python-openssl \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Create a virtualenv into which to install magicwormhole in to.
|
# Create a virtualenv into which to install magicwormhole in to.
|
||||||
RUN virtualenv /app/env
|
RUN virtualenv /app/env
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user