Skip to content
Snippets Groups Projects
Commit 78f660ea authored by Corné Lukken's avatar Corné Lukken
Browse files

Ensure pip is available in top level docker image

parent 6fd5aca9
Branches
No related tags found
1 merge request!8Convert cookiecutter
...@@ -22,8 +22,9 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ ...@@ -22,8 +22,9 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
libboost-test-dev \ libboost-test-dev \
ninja-build \ ninja-build \
python3-breathe \ python3-breathe \
python3-pip \
&& \ && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/* \
RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade pip
RUN pip install --upgrade cookiecutter tox twine RUN pip install --upgrade cookiecutter tox twine
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment