This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
codespaces-linux/.devcontainer/library-scripts
docker-in-docker/.devcontainer/library-scripts
kubernetes-helm-minikube/.devcontainer/library-scripts Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ find_version_from_git_tags() {
112
112
export DEBIAN_FRONTEND=noninteractive
113
113
114
114
# 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
116
116
if ! type git > /dev/null 2>&1 ; then
117
117
apt_get_update_if_needed
118
118
apt-get -y install git
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ find_version_from_git_tags() {
112
112
export DEBIAN_FRONTEND=noninteractive
113
113
114
114
# 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
116
116
if ! type git > /dev/null 2>&1 ; then
117
117
apt_get_update_if_needed
118
118
apt-get -y install git
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ find_version_from_git_tags() {
112
112
export DEBIAN_FRONTEND=noninteractive
113
113
114
114
# 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
116
116
if ! type git > /dev/null 2>&1 ; then
117
117
apt_get_update_if_needed
118
118
apt-get -y install git
You can’t perform that action at this time.
0 commit comments