Skip to content

Commit

Permalink
feat(deps): add gettext-base into image
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipK-CZ committed Oct 12, 2023
1 parent 4fc4d3f commit faa27ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faa27ca

Please sign in to comment.