aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-20 20:04:56 +0800
committercrupest <crupest@outlook.com>2022-12-20 20:04:56 +0800
commit9edb088c2e2a8912f5b836215ae31ff0dc11f526 (patch)
treef20a31b3722b95590ccdb4aac12c3cb921eff99e /docker
parentac2e9aa1bb4c6ee043c52202957ab4ffb76759f2 (diff)
downloadcrupest-9edb088c2e2a8912f5b836215ae31ff0dc11f526.tar.gz
crupest-9edb088c2e2a8912f5b836215ae31ff0dc11f526.tar.bz2
crupest-9edb088c2e2a8912f5b836215ae31ff0dc11f526.zip
Fix code-server. v3
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/code-server/install-dev-tools.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/code-server/install-dev-tools.bash b/docker/code-server/install-dev-tools.bash
index 60b3c2e..c1764ca 100755
--- a/docker/code-server/install-dev-tools.bash
+++ b/docker/code-server/install-dev-tools.bash
@@ -12,6 +12,7 @@ wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
+apt-get update
apt-get install -y dotnet-sdk-7.0
rm -rf /var/lib/apt/lists/*