From fd1bd8f2d7503045b60e54f9aa0c02972d7a115b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 2 May 2017 08:43:08 -0400 Subject: [PATCH] Go back to the real package name This alternate name didn't help. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*