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

Merge branch...

Merge branch '2021-03-22T15.58.03-branched_from_master-fix_ipython_completion_in_itango' into 'master'

This fixes the itango completion bug

See merge request !9
parents 33270f50 fe7559ca
No related branches found
No related tags found
1 merge request!9This fixes the itango completion bug
ARG VERSION=latest ARG VERSION=latest
FROM nexus.engageska-portugal.pt/ska-docker/tango-itango:${VERSION} ARG DOCKER_REGISTRY_HOST=nexus.engageska-portugal.pt
ARG DOCKER_REGISTRY_USER=ska-docker
FROM $DOCKER_REGISTRY_HOST/$DOCKER_REGISTRY_USER/tango-itango:${VERSION}
RUN sudo apt-get -y update && \ RUN sudo apt-get -y update && \
sudo apt-get -y upgrade && \ sudo apt-get -y upgrade && \
...@@ -7,5 +9,7 @@ RUN sudo apt-get -y update && \ ...@@ -7,5 +9,7 @@ RUN sudo apt-get -y update && \
sudo aptitude -y install htop iftop iproute2 mc most net-tools tcpdump telnet tmux traceroute vim xterm && \ sudo aptitude -y install htop iftop iproute2 mc most net-tools tcpdump telnet tmux traceroute vim xterm && \
sudo aptitude clean && \ sudo aptitude clean && \
sudo aptitude autoclean && \ sudo aptitude autoclean && \
pip3 install "opcua >= 0.98.9" asyncua astropy sudo pip3 install "opcua >= 0.98.9" asyncua astropy && \
sudo pip3 uninstall -y jedi parso && \
sudo pip3 install "parso == 0.7.1" "jedi == 0.17.2" && \
sudo pip3 cache purge
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