aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-debian-dev/bootstrap/setup.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-08-14 00:28:12 +0800
committercrupest <crupest@outlook.com>2024-08-14 00:52:49 +0800
commit18e9bb5c63702be90076b6225eb4a9781f4fb088 (patch)
tree94ab8a576099a7b2d7ca16af96bf745cc696ed4c /docker/crupest-debian-dev/bootstrap/setup.bash
parent411cb6caa2fe875d1000ea3c126b15d91b142e8f (diff)
downloadcrupest-18e9bb5c63702be90076b6225eb4a9781f4fb088.tar.gz
crupest-18e9bb5c63702be90076b6225eb4a9781f4fb088.tar.bz2
crupest-18e9bb5c63702be90076b6225eb4a9781f4fb088.zip
fix(docker/debian-dev): python and setup-code-server.
Diffstat (limited to 'docker/crupest-debian-dev/bootstrap/setup.bash')
-rwxr-xr-xdocker/crupest-debian-dev/bootstrap/setup.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/crupest-debian-dev/bootstrap/setup.bash b/docker/crupest-debian-dev/bootstrap/setup.bash
index f00c60b..1aaff50 100755
--- a/docker/crupest-debian-dev/bootstrap/setup.bash
+++ b/docker/crupest-debian-dev/bootstrap/setup.bash
@@ -4,6 +4,8 @@ set -e
export DEBIAN_FRONTEND=noninteractive
+. /bootstrap/func.bash
+
/bootstrap/apt-source/setup.bash
apt-get update