Skip to content
Snippets Groups Projects
Commit 5cee7cfa authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added six as a python module that is installed.

parent 0984ef2b
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,8 @@ RUN sync && \ ...@@ -26,7 +26,8 @@ RUN sync && \
python3 -m pip install -U \ python3 -m pip install -U \
pip \ pip \
setuptools \ setuptools \
wheel && \ wheel \
six && \
python3 -m pip install . && \ python3 -m pip install . && \
cd / && \ cd / && \
rm -rf /src && \ rm -rf /src && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment