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

This fixes the itango autocompletion bug

parent 002648cd
No related branches found
No related tags found
1 merge request!9This fixes the itango completion bug
......@@ -10,12 +10,10 @@ RUN apt-get -y update && \
apt-get -y install apt-file apt-transport-https apt-utils aptitude && \
aptitude -y install htop iftop iproute2 mc most net-tools tcpdump telnet tmux traceroute vim xterm && \
aptitude clean && \
aptitude autoclean
RUN pip3 cache purge
RUN pip3 uninstall -y jedi parso
#RUN pip3 list
RUN pip3 install "parso == 0.7.1" "jedi == 0.17.2"
RUN pip3 list
#RUN pip3 install "opcua >= 0.98.9" asyncua astropy
aptitude autoclean && \
pip3 install "opcua >= 0.98.9" asyncua astropy && \
pip3 uninstall -y jedi parso && \
pip3 install "parso == 0.7.1" "jedi == 0.17.2" && \
pip3 cache purge
USER tango
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