From 5762b886d75c54d6b30b1dfb6d80ee18a7c8a445 Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Fri, 25 Sep 2020 01:09:22 -0700 Subject: [PATCH] Update BUILDING.md - libseccomp is no longer needed to run rke2 --- BUILDING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index bb2e921b64..229ba9ab72 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -11,7 +11,6 @@ By default, RKE2 is built with Dapper which uses Docker. To build RKE2 you will ### Required for Running When running RKE2 you will also need to install these packages: -- libseccomp (libseccomp2 on Debian/Ubuntu) - ca-certificates ## Building @@ -50,4 +49,4 @@ To run the built artifact(s) locally or on a remote host: It isn't obvious but `kubectl` will be installed and ready to use after starting up `rke2`. To use it you will need to: - `export KUBECONFIG=/etc/rancher/rke2/rke2.yaml` -- `export PATH=/var/lib/rancher/rke2/bin:$PATH"` +- `export PATH=/var/lib/rancher/rke2/bin:$PATH`