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

Add tools to the lofar-itango Docker container

parent 39da9832
No related branches found
No related tags found
No related merge requests found
ARG VERSION=latest
FROM nexus.engageska-portugal.pt/ska-docker/tango-itango:${VERSION}
RUN pip3 install "opcua >= 0.98.9" astropy
RUN sudo apt-get -y update && \
sudo apt-get -y upgrade && \
sudo apt-get -y install apt-file apt-transport-https apt-utils aptitude && \
sudo aptitude -y install htop iftop iproute2 mc most net-tools tcpdump telnet tmux traceroute vim xterm && \
sudo aptitude clean && \
sudo aptitude autoclean && \
pip3 install "opcua >= 0.98.9" asyncua astropy
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