Skip to content

Commit

Permalink
Add new package and file
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Nov 23, 2024
1 parent 15065fa commit e5b8123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM quay.io/fedora/fedora-bootc:41
LABEL org.opencontainers.image.source="https://github.com/Odilhao/bootc-server"


RUN dnf install install cloud-init vim -y && \
RUN dnf install install cloud-init vim nc -y && \
ln -s ../cloud-init.target /usr/lib/systemd/system/default.target.wants && \
rm -rf /var/{cache,log}
rm -rf /var/{cache,log}

COPY files/hello-world.txt /etc/
1 change: 1 addition & 0 deletions files/hello-world.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ola DOD BSB

0 comments on commit e5b8123

Please sign in to comment.