From 30439f9f67e43ba0ec984aebe5244e8e17266cc8 Mon Sep 17 00:00:00 2001 From: jowj Date: Mon, 27 Jan 2020 15:34:28 -0600 Subject: [PATCH] Fix python > python3 typo. --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 0a72e52..68bd93c 100644 --- a/dockerfile +++ b/dockerfile @@ -6,7 +6,7 @@ RUN apk update RUN apk add \ python3 \ - python-dev \ + python3-dev \ py-cryptography \ py3-openssl