Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit b5755ee

Browse files
author
CI
committed
Automated update for script library changes
1 parent 3630b49 commit b5755ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

containers/codespaces-linux/.devcontainer/library-scripts/docker-in-docker-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ find_version_from_git_tags() {
112112
export DEBIAN_FRONTEND=noninteractive
113113

114114
# Install dependencies
115-
check_packages apt-transport-https curl ca-certificates lxc pigz iptables gnupg2 dirmngr
115+
check_packages apt-transport-https curl ca-certificates pigz iptables gnupg2 dirmngr
116116
if ! type git > /dev/null 2>&1; then
117117
apt_get_update_if_needed
118118
apt-get -y install git

containers/docker-in-docker/.devcontainer/library-scripts/docker-in-docker-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ find_version_from_git_tags() {
112112
export DEBIAN_FRONTEND=noninteractive
113113

114114
# Install dependencies
115-
check_packages apt-transport-https curl ca-certificates lxc pigz iptables gnupg2 dirmngr
115+
check_packages apt-transport-https curl ca-certificates pigz iptables gnupg2 dirmngr
116116
if ! type git > /dev/null 2>&1; then
117117
apt_get_update_if_needed
118118
apt-get -y install git

containers/kubernetes-helm-minikube/.devcontainer/library-scripts/docker-in-docker-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ find_version_from_git_tags() {
112112
export DEBIAN_FRONTEND=noninteractive
113113

114114
# Install dependencies
115-
check_packages apt-transport-https curl ca-certificates lxc pigz iptables gnupg2 dirmngr
115+
check_packages apt-transport-https curl ca-certificates pigz iptables gnupg2 dirmngr
116116
if ! type git > /dev/null 2>&1; then
117117
apt_get_update_if_needed
118118
apt-get -y install git

0 commit comments

Comments
 (0)