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

Minimise differences for merge

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