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 0ba9f5d commit 2035b02Copy full SHA for 2035b02
.github/scripts/git_debug_image.sh
@@ -26,7 +26,8 @@ ROOT_DIR="$(realpath $SCRIPT_DIR/..)"
26
BRANCH_NAME="$1" # git branch name
27
28
# Install components in the docker images
29
-echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs) main universe" > /etc/apt/sources.list
+. /etc/os-release
30
+echo "deb http://deb.debian.org/debian $VERSION_CODENAME main" > /etc/apt/sources.list
31
apt update
32
apt install -y git vim emacs-nox
33
0 commit comments