diff --git a/Containerfile b/Containerfile index ef301eb..eb666d1 100644 --- a/Containerfile +++ b/Containerfile @@ -2,6 +2,8 @@ ARG FEDORA_MAJOR_VERSION=41 FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION} +COPY skjfdjfdsk fdsjf + COPY etc etc RUN dnf install vim ncdu -y && \