From 589d8ef5c2cfb3ab11308957371907f8943ea214 Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:39:16 +0200 Subject: [PATCH] fix: the image actually installs curl and jq, not netcat --- infrastructure/images/gh-runner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/images/gh-runner/README.md b/infrastructure/images/gh-runner/README.md index e1d128d87..f1e13ee25 100644 --- a/infrastructure/images/gh-runner/README.md +++ b/infrastructure/images/gh-runner/README.md @@ -9,7 +9,7 @@ This image is meant to be as small and lightweight as possible so we keep the de If any team needs a custom image they are free to roll their own or extend this, but they will be responsible for maintaining this image. -Example Dockerfile for an image that in addition to what is available in the base image installs netcat: +Example Dockerfile for an image that in addition to what is available in the base image installs curl and jq: ```Dockerfile FROM ghcr.io/altinn/altinn-platform-gh-runner-base:1.0.0 ##TODO: Add actual image name when available