From faa27ca107a6093a587a2873ed8466dd172a048b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Ko=C4=8D=C3=AD?= <7279856+FilipK-CZ@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:39:35 +0000 Subject: [PATCH] feat(deps): add gettext-base into image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0565570..ed5282d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM cookielab/container-image-tools:1.4.0-aws AS container-image-tools FROM cookielab/slim:12.0 -RUN apt update && apt install -y curl jq skopeo git \ +RUN apt update && apt install -y curl jq skopeo git gettext-base \ && apt-get clean && rm -rf /var/lib/apt/lists/* COPY --from=build /usr/local/bin /usr/local/bin