Skip to content

Commit

Permalink
remove unused ISO/file pkgs from Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Holloway <[email protected]>
  • Loading branch information
loadtheaccumulator authored and ezr-ondrej committed Nov 14, 2024
1 parent aa63994 commit 72b06f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ COPY --from=edge-builder /go/bin/edge-api-ibvents /usr/bin
COPY --from=edge-builder /go/bin/edge-api-cleanup /usr/bin
COPY --from=edge-builder ${EDGE_API_WORKSPACE}/cmd/spec/openapi.json /var/tmp

RUN microdnf install -y coreutils-single glibc-minimal-langpack \
isomd5sum file ostree && microdnf clean all
RUN microdnf install -y coreutils-single glibc-minimal-langpack ostree && microdnf clean all

# template to playbook dispatcher
COPY --from=edge-builder ${EDGE_API_WORKSPACE}/templates/template_playbook_dispatcher_ostree_upgrade_payload.yml /usr/local/etc
Expand Down

0 comments on commit 72b06f3

Please sign in to comment.