Go back to the real package name

This alternate name didn't help.
This commit is contained in:
Jean-Paul Calderone 2017-05-02 08:43:08 -04:00
parent 94c5d2ce8d
commit fd1bd8f2d7

View File

@ -38,7 +38,7 @@ RUN apt-get --quiet update && apt-get --quiet install -y \
# magic-wormhole depends on these and pip wants to build them both from # magic-wormhole depends on these and pip wants to build them both from
# source. # source.
RUN apt-get --quiet update && apt-get --quiet build-dep -y \ RUN apt-get --quiet update && apt-get --quiet build-dep -y \
pyopenssl \ python-openssl \
python-nacl \ python-nacl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*