Skip to content

Commit

Permalink
README: document installation of archive content.
Browse files Browse the repository at this point in the history
Fixes: 8f02abc
  • Loading branch information
henriquesimoes committed Aug 26, 2024
1 parent 6c286a6 commit b1aeb28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ Packages that strictly need to be installed via `pip` can be listed under the
Packages essential to all (or most) IOCs should be added to
[this repository's `Dockerfile`](./Dockerfile).

Extra files can also be downloaded and installed by listing their TAR or ZIP
archive URLs under `BUILD_TAR_PACKAGES` or `RUNTIME_TAR_PACKAGES`. To use HTTPS
(or any other TLS-based protocol), `ca-certificates` must also be added to
`RUNTIME_PACKAGES`.

The template above assumes the containers will be uploaded to the GitHub
registry.

Expand Down

0 comments on commit b1aeb28

Please sign in to comment.