[lxc-devel] [lxc-templates/master] Add new dependency for wget for lxc-slackware template

CC-Hsu on Github lxc-bot at linuxcontainers.org
Mon Feb 25 13:29:58 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 447 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190225/99e14311/attachment.bin>
-------------- next part --------------
From cf606ea9ae55f06bfd26cada14ae42c878945b9f Mon Sep 17 00:00:00 2001
From: CC-Hsu <a12321aabb at gmail.com>
Date: Mon, 25 Feb 2019 21:29:20 +0800
Subject: [PATCH] Add new dependency for wget for lxc-slackware template

Two more packages: libpsl and pcre2.
These libraries are needed by wget command, which is used in the built-in package manager, slackpkg.
---
 templates/lxc-slackware.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/lxc-slackware.in b/templates/lxc-slackware.in
index 0c85c51..5962475 100644
--- a/templates/lxc-slackware.in
+++ b/templates/lxc-slackware.in
@@ -566,6 +566,7 @@ grep
 gzip
 hostname
 iputils
+libpsl
 libunistring
 logrotate
 mpfr
@@ -574,6 +575,7 @@ network-scripts
 ncurses
 openssh
 openssl-solibs
+pcre2
 pkgtools
 procps-ng
 sed


More information about the lxc-devel mailing list