Skip to content

Commit d7bede9

Browse files
davidwindellcsweichel
authored andcommitted
Remove unused vim requirement
1 parent b5ae011 commit d7bede9

File tree

1 file changed

+1
-3
lines changed
  • components/image-builder/workspace-image-layer/gitpod-layer/debian/gitpod

1 file changed

+1
-3
lines changed

components/image-builder/workspace-image-layer/gitpod-layer/debian/gitpod/layer.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ if [ $INSTALLED_PACKAGES != 3 ]; then
1515
# (like changed labels) which result in errors and broken builds/workspaces!
1616
apt-get clean && rm -rf /var/lib/apt/lists/*;
1717

18-
# vim: used as Git-editor (see .bashrc-append)
1918
apt-get update --allow-insecure-repositories;
2019
apt-get install -yq \
2120
bash-completion \
22-
git \
23-
vim
21+
git
2422

2523
# Cleanup to keep the image as small as possible
2624
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*;

0 commit comments

Comments
 (0)