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 6ce606e commit 0ba9f5dCopy full SHA for 0ba9f5d
.github/scripts/git_debug_image.sh
@@ -26,6 +26,7 @@ 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
30
apt update
31
apt install -y git vim emacs-nox
32
@@ -73,4 +74,4 @@ done
73
74
chown -R user:user /home/user/rs-server
75
76
# Clean everything
-rm -rf /tmp/whl /root/.cache/pip /var/cache/apt/archives /var/lib/apt/lists/*
77
+rm -rf /tmp/whl /root/.cache/pip /var/cache/apt/archives /var/lib/apt/lists/* /etc/apt/sources.list
0 commit comments