From 5cee7cfaf2cd2e9f77ac6af9512f25530f20d70a Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Mon, 30 May 2022 18:27:22 +0300 Subject: [PATCH] Added six as a python module that is installed. --- swarm-proxy-letsencrypt/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swarm-proxy-letsencrypt/Dockerfile b/swarm-proxy-letsencrypt/Dockerfile index 88576d8..ef81a88 100644 --- a/swarm-proxy-letsencrypt/Dockerfile +++ b/swarm-proxy-letsencrypt/Dockerfile @@ -26,7 +26,8 @@ RUN sync && \ python3 -m pip install -U \ pip \ setuptools \ - wheel && \ + wheel \ + six && \ python3 -m pip install . && \ cd / && \ rm -rf /src && \ -- GitLab