Skip to content

Commit

Permalink
fix(listener): add dependencies needed for archive extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
tkasparek authored and psegedy committed Jan 14, 2020
1 parent 1ef6e67 commit ce30cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion listener/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADD /scripts/generate_rpm_list.sh /generate_rpm_list.sh
# make sure (redhat|centos|fedora)-release is always included in the manifest
RUN /generate_rpm_list.sh | grep -v -E "^(redhat|centos|fedora)-release" > /tmp/base_rpm_list.txt

RUN microdnf install python3 which shadow-utils && microdnf clean all
RUN microdnf install python3 which shadow-utils file tar gzip && microdnf clean all

WORKDIR /listener

Expand Down
2 changes: 1 addition & 1 deletion platform_mock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal

RUN microdnf install python3 which java-openjdk-headless shadow-utils tar gzip && microdnf clean all
RUN microdnf install python3 which java-openjdk-headless shadow-utils tar gzip file && microdnf clean all

WORKDIR /platform_mock

Expand Down

0 comments on commit ce30cb7

Please sign in to comment.