Skip to content

Commit

Permalink
Change fedora-sample to fedora-example
Browse files Browse the repository at this point in the history
  • Loading branch information
faeizmahrus committed Dec 25, 2024
1 parent 539eba6 commit c271d4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ContainerFiles/fedora-example
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
File renamed without changes.

0 comments on commit c271d4e

Please sign in to comment.