diff --git a/Containerfile b/Containerfile index 72dbeb6..2fa7532 100644 --- a/Containerfile +++ b/Containerfile @@ -8,6 +8,7 @@ RUN --mount=type=cache,target=/var/cache \ && ln -snf /host/etc/passwd /etc/passwd \ && ln -snf /host/etc/group /etc/group \ && for cmd in \ + rpm-ostree \ systemctl \ systemd-sysusers \ ; do ln -s nsenter.sh /usr/local/bin/${cmd}; done \