We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ae011 commit d7bede9Copy full SHA for d7bede9
components/image-builder/workspace-image-layer/gitpod-layer/debian/gitpod/layer.sh
@@ -15,12 +15,10 @@ if [ $INSTALLED_PACKAGES != 3 ]; then
15
# (like changed labels) which result in errors and broken builds/workspaces!
16
apt-get clean && rm -rf /var/lib/apt/lists/*;
17
18
- # vim: used as Git-editor (see .bashrc-append)
19
apt-get update --allow-insecure-repositories;
20
apt-get install -yq \
21
bash-completion \
22
- git \
23
- vim
+ git
24
25
# Cleanup to keep the image as small as possible
26
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*;
0 commit comments