Skip to content

Commit

Permalink
Merge pull request #2 from cookielab/add-procps
Browse files Browse the repository at this point in the history
feat(pkgs): add procps
  • Loading branch information
jindrichskupa authored Nov 26, 2023
2 parents 57a7022 + 8e32898 commit bdbecf5
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 gettext-base zip \
RUN apt update && apt install -y curl jq skopeo git gettext-base procps zip \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

COPY --from=build /usr/local/bin /usr/local/bin
Expand Down

0 comments on commit bdbecf5

Please sign in to comment.