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

L2SS-229: Add git to the image for gitpython

parent 097c1e0a
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}
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 -y install htop iftop iproute2 mc most net-tools tcpdump telnet tmux traceroute vim xterm git && \
sudo aptitude clean && \
sudo aptitude autoclean
......
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