Skip to content

Commit 4188219

Browse files
committed
fix(site.mk): add tls packages
solves #54
1 parent 7993de4 commit 4188219

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ GLUON_SITE_PACKAGES := \
2525
iwinfo \
2626
firewall \
2727
urngd \
28-
gluon-scheduled-domain-switch
28+
gluon-scheduled-domain-switch \
29+
ca-bundle \
30+
ca-certificates \
31+
libustream-openssl
2932

3033
# Allow overriding the these variables from the command line
3134
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))

0 commit comments

Comments
 (0)