maybe this is a good way to get the build deps

This commit is contained in:
Jean-Paul Calderone 2017-05-01 11:41:20 -04:00
parent 6984413a66
commit 55df2ac429

View File

@ -29,15 +29,14 @@ RUN apt-get --quiet update && \
rm -rf /var/lib/apt/lists/*
RUN apt-get --quiet update && apt-get --quiet install -y \
gcc \
python-dev \
libffi-dev \
openssl \
libssl-dev \
\
python-virtualenv \
&& 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.
RUN virtualenv /app/env