Skip to content
Snippets Groups Projects
Commit 14de8515 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8887: Added missing -y

parent 03dbd8ce
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ RUN apt-get update && \ ...@@ -43,7 +43,7 @@ RUN apt-get update && \
apt-get install -y python-pip && \ apt-get install -y python-pip && \
pip install numpy && \ pip install numpy && \
apt-get purge -y python-pip && \ apt-get purge -y python-pip && \
apt-get autoremove && \ apt-get autoremove -y && \
apt-get install -y nano apt-get install -y nano
# #
......
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