add neofetch

This commit is contained in:
Anders Rytter Hansen 2023-11-11 15:22:25 +01:00
commit 04cb733028

View file

@ -38,6 +38,8 @@ RUN rpm-ostree install docker-compose
# Add docker -> podman alias for docker-compose to work properly # Add docker -> podman alias for docker-compose to work properly
RUN ln -s /usr/bin/podman /usr/bin/docker RUN ln -s /usr/bin/podman /usr/bin/docker
RUN rpm-ostree install neofetch
# Copy config files # Copy config files
COPY etc /etc COPY etc /etc
# Copy /usr # Copy /usr