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

Merge branch 'L2SS-229-Add_gitpython_to_itango' into 'master'

L2SS-229 "Add gitpython and python-logstash-async to itango"

Closes L2SS-229

See merge request !46
parents b086a4fa da6c07bb
No related branches found
No related tags found
1 merge request!46L2SS-229 "Add gitpython and python-logstash-async to itango"
...@@ -6,7 +6,7 @@ FROM $DOCKER_REGISTRY_HOST/$DOCKER_REGISTRY_USER/tango-itango:${VERSION} ...@@ -6,7 +6,7 @@ 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 && \
sudo apt-get -y install apt-file apt-transport-https apt-utils aptitude && \ 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 -y install htop iftop iproute2 mc most net-tools tcpdump telnet tmux traceroute vim xterm git && \
sudo aptitude clean && \ sudo aptitude clean && \
sudo aptitude autoclean sudo aptitude autoclean
......
...@@ -3,3 +3,5 @@ jedi == 0.17.2 ...@@ -3,3 +3,5 @@ jedi == 0.17.2
opcua >= 0.98.9 opcua >= 0.98.9
asyncua asyncua
astropy astropy
python-logstash-async
gitpython
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment