-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change fedora-sample to fedora-example
- Loading branch information
1 parent
539eba6
commit c271d4e
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ LABEL com.github.containers.toolbox="true" \ | |
summary="An example ContainerFile to demonstrate multiple image builds." \ | ||
maintainer="[email protected]" | ||
|
||
COPY ../packages/fedora-sample-packages / | ||
COPY ../packages/fedora-example-packages / | ||
RUN dnf update -y && \ | ||
grep -v '^#' /fedora-sample-packages | xargs dnf install -y | ||
RUN rm /fedora-sample-packages | ||
grep -v '^#' /fedora-example-packages | xargs dnf install -y | ||
RUN rm /fedora-example-packages | ||
|
||
RUN ln -fs /bin/sh /usr/bin/sh && \ | ||
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \ | ||
|
File renamed without changes.