diff --git a/Containerfile b/Containerfile index d9bcd19..c89b204 100644 --- a/Containerfile +++ b/Containerfile @@ -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} \ No newline at end of file + rm -rf /var/{cache,log} + +COPY files/hello-world.txt /etc/ \ No newline at end of file diff --git a/files/hello-world.txt b/files/hello-world.txt new file mode 100644 index 0000000..72efa14 --- /dev/null +++ b/files/hello-world.txt @@ -0,0 +1 @@ +Ola DOD BSB \ No newline at end of file