diff --git a/Dockerfile b/Dockerfile index b5d42b5..23a8c9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # source. RUN apt-get --quiet update && apt-get --quiet build-dep -y \ - pyopenssl \ + python-openssl \ python-nacl \ && rm -rf /var/lib/apt/lists/*