[MERGED] docker-playground[master]: debian-stretch-titan: add vim

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Mar 19 21:03:52 UTC 2018


Neels Hofmeyr has submitted this change and it was merged.

Change subject: debian-stretch-titan: add vim
......................................................................


debian-stretch-titan: add vim

When developing in the actual docker containers, vim is inexpendible.

Change-Id: I964e29c82ab9a1fb2a39845bc45a0d2cead56880
---
M debian-stretch-titan/Dockerfile
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Verified
  Harald Welte: Looks good to me, approved



diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile
index 34c892c..8bf6721 100644
--- a/debian-stretch-titan/Dockerfile
+++ b/debian-stretch-titan/Dockerfile
@@ -21,7 +21,9 @@
 	apt-get -y install \
 		build-essential \
 		git \
-		tcpdump && \
+		tcpdump \
+		vim \
+		&& \
 	apt-get clean
 
 # somehow Debian folks updated the gcc version but not titan :/

-- 
To view, visit https://gerrit.osmocom.org/7384
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I964e29c82ab9a1fb2a39845bc45a0d2cead56880
Gerrit-PatchSet: 1
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list