From 7f3a72fd3c12967f1f330de51b123f23990aaf6b Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 13 Aug 2024 23:33:42 +0800 Subject: refactor(docker/debian-dev): rename debian-dev to crupest-debian-dev. --- docker/debian-dev/bootstrap/apt-source/install-apt-https.bash | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 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 deleted file mode 100755 index 05d372b..0000000 --- a/docker/debian-dev/bootstrap/apt-source/install-apt-https.bash +++ /dev/null @@ -1,7 +0,0 @@ -#! /usr/bin/env bash - -set -e - -echo "Install apt https transport." -apt-get update -apt-get install -y apt-transport-https ca-certificates -- cgit v1.2.3