diff options
author | crupest <crupest@outlook.com> | 2024-08-14 00:28:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-08-14 00:52:49 +0800 |
commit | 4ffd7559a226d74c3560d95174a5576d4ac17ef5 (patch) | |
tree | 94ab8a576099a7b2d7ca16af96bf745cc696ed4c /docker/crupest-debian-dev/bootstrap/setup.bash | |
parent | 3b1e2001e28b5b6295fc51ef5490d459b694df69 (diff) | |
download | crupest-4ffd7559a226d74c3560d95174a5576d4ac17ef5.tar.gz crupest-4ffd7559a226d74c3560d95174a5576d4ac17ef5.tar.bz2 crupest-4ffd7559a226d74c3560d95174a5576d4ac17ef5.zip |
fix(docker/debian-dev): python and setup-code-server.
Diffstat (limited to 'docker/crupest-debian-dev/bootstrap/setup.bash')
-rwxr-xr-x | docker/crupest-debian-dev/bootstrap/setup.bash | 2 |
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 |