From d6d8807388886596c8638876f32c1f4ba68dd152 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Thu, 11 Mar 2021 17:52:45 -0700
Subject: [PATCH] cleanup

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index d74717c..587625d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -77,7 +77,7 @@ WORKDIR /python
 
 RUN curl -sS  "${PYTHON_URL}" | tar xz --strip-components=1 \
     && ./configure --enable-optimizations --silent \
-    && make install --silent\
+    && make install --silent \
     && curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3
 
 WORKDIR ${workdir}
-- 
GitLab