move to other repo
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
Lukas Greve
2025-11-14 22:35:46 +01:00
parent 8fb6ab9c5b
commit d25d544f3e

11
simple
View File

@@ -1,11 +0,0 @@
FROM fedora:latest
# Set labels
LABEL maintainer="Lukas Greve <lukas@phyllo.me>"
LABEL DISTTAG=f44simple-container
# Set working directory
WORKDIR /build
# Default command
CMD ["/bin/bash"]