aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/apt-source/install-apt-https.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-11-21 19:55:36 +0800
committercrupest <crupest@outlook.com>2023-11-21 19:56:11 +0800
commit0803f356e5bce6a7849908eb94d5565c4756e849 (patch)
tree9808dd8563771b3d1058386578b5d1d29a78a99a /docker/debian-dev/bootstrap/apt-source/install-apt-https.bash
parentb111e8f7e87d4ea5922eaa4aa4c96d3d3c78a5f6 (diff)
downloadcrupest-0803f356e5bce6a7849908eb94d5565c4756e849.tar.gz
crupest-0803f356e5bce6a7849908eb94d5565c4756e849.tar.bz2
crupest-0803f356e5bce6a7849908eb94d5565c4756e849.zip
docker(debian-dev): improve apt-source.
Diffstat (limited to 'docker/debian-dev/bootstrap/apt-source/install-apt-https.bash')
-rwxr-xr-xdocker/debian-dev/bootstrap/apt-source/install-apt-https.bash7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/apt-source/install-apt-https.bash b/docker/debian-dev/bootstrap/apt-source/install-apt-https.bash
new file mode 100755
index 0000000..05d372b
--- /dev/null
+++ b/docker/debian-dev/bootstrap/apt-source/install-apt-https.bash
@@ -0,0 +1,7 @@
+#! /usr/bin/env bash
+
+set -e
+
+echo "Install apt https transport."
+apt-get update
+apt-get install -y apt-transport-https ca-certificates