diff --git a/base/Containerfile b/base/Containerfile index f9b1795..e302923 100644 --- a/base/Containerfile +++ b/base/Containerfile @@ -3,7 +3,7 @@ FROM fedora:35 # Adapted from https://github.com/bbrowning/github-runner/blob/master/Dockerfile RUN dnf -y upgrade --security && \ dnf -y --setopt=skip_missing_names_on_install=False install \ - curl git jq hostname procps findutils which openssl && \ + curl git jq hostname procps findutils which openssl zstd && \ dnf clean all # The UID env var should be used in child Containerfile.