From f9aa02ec1a4c24e80a206857d4f68198bb027bb4 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Nov 2024 01:12:29 +0800 Subject: HALF WORK: 2024.12.19 Re-organize file structure. --- docker/debian-dev/bootstrap/apt-source/install-apt-https.bash | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docker/debian-dev/bootstrap/apt-source/install-apt-https.bash (limited to 'docker/debian-dev/bootstrap/apt-source/install-apt-https.bash') 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 100644 index 0000000..70fb371 --- /dev/null +++ b/docker/debian-dev/bootstrap/apt-source/install-apt-https.bash @@ -0,0 +1,8 @@ +#! /usr/bin/env bash + +set -e + +echo "Install apt https transport." +apt-get update +apt-get install -y apt-utils +apt-get install -y apt-transport-https ca-certificates -- cgit v1.2.3