diff --git a/Dockerfile b/Dockerfile index 6fc2e9f..71f5494 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM ghcr.io/falcondev-oss/actions-runner:2.332.0 USER root RUN apt-get update -qy \ && apt-get install -y --no-install-recommends --fix-missing \ - build-essential shellcheck \ + build-essential \ + gettext-base \ + shellcheck \ && rm -rf /var/lib/apt/lists/* USER runner