diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-27 12:35:22 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-27 15:29:16 +0100 |
| commit | f8bc19260865eaeed3411f6ef9768c2d3033bd56 (patch) | |
| tree | 4be7db845783452f403f5dafb0d46c6a810e4603 /build-containers | |
| parent | d3c3b850572383fd724e8aeef0c1c924152fde70 (diff) | |
Prepare for 1.0.3 release
Diffstat (limited to 'build-containers')
| -rw-r--r-- | build-containers/forky/Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-containers/forky/Containerfile b/build-containers/forky/Containerfile index 591dcba..386fe00 100644 --- a/build-containers/forky/Containerfile +++ b/build-containers/forky/Containerfile @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \ make \ clang \ lld \ + ca-certificates \ curl \ tar \ gzip \ |