Skip to content
Snippets Groups Projects
Commit f01a6704 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Perform installation as user root

parent db5f4ab7
No related branches found
No related tags found
1 merge request!9This fixes the itango completion bug
...@@ -10,4 +10,5 @@ RUN sudo apt-get -y update && \ ...@@ -10,4 +10,5 @@ RUN sudo apt-get -y update && \
sudo aptitude clean && \ sudo aptitude clean && \
sudo aptitude autoclean && \ sudo aptitude autoclean && \
pip3 install "opcua >= 0.98.9" asyncua astropy pip3 install "opcua >= 0.98.9" asyncua astropy
USER root
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