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

Commit 3630b49

Browse files
authored
Remove lxc as no longer required (#1338)
1 parent d555ec8 commit 3630b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/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)