Skip to content
Snippets Groups Projects
Commit f14f7863 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-559: Test change to specific docker files

parent 9eb7238b
Branches
Tags
1 merge request!215L2SS-559: Attempt to fix borky gitlab
...@@ -4,7 +4,8 @@ FROM ${SOURCE_IMAGE} ...@@ -4,7 +4,8 @@ FROM ${SOURCE_IMAGE}
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 git && \ sudo apt-get -y install htop iftop iproute2 mc most net-tools tcpdump && \
sudo apt-get -y install telnet tmux traceroute vim xterm git && \
sudo aptitude clean && \ sudo aptitude clean && \
sudo aptitude autoclean sudo aptitude autoclean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment