Skip to content

Commit 0f81e34

Browse files
feat: reduce the docker image size
1 parent ede547c commit 0f81e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/git_debug_image.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ BRANCH_NAME="$1" # git branch name
2929
. /etc/os-release
3030
echo "deb http://deb.debian.org/debian $VERSION_CODENAME main" > /etc/apt/sources.list
3131
apt update
32-
apt install -y git vim emacs-nox
32+
apt install -y --no-install-recommends git vim-tiny mg
3333

3434
# Add aliases to bash
3535
cat << EOF >> /home/user/.bashrc
3636
alias ll='ls -alFh'
3737
alias ls='ls --color=auto'
38+
alias vim='vim.tiny'
3839
EOF
3940

4041
# Git clone the project branch with HTTP authentication so we don't need any

0 commit comments

Comments
 (0)