8000 Remove preconfigured yum repos as last step of build by MarkSymsCtx · Pull Request #423 · xenserver/planex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Remove preconfigured yum repos as last step of build #423

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ RUN python setup.py build \
WORKDIR /build
COPY docker/entry /entry
ENTRYPOINT ["/entry"]

RUN rm /etc/yum.repos.d/*
0