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 | 18e9bb5c63702be90076b6225eb4a9781f4fb088 (patch) | |
tree | 94ab8a576099a7b2d7ca16af96bf745cc696ed4c /docker/crupest-debian-dev/bootstrap/setup.bash | |
parent | 411cb6caa2fe875d1000ea3c126b15d91b142e8f (diff) | |
download | crupest-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-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 |