diff --git a/simple b/simple deleted file mode 100644 index 0b1f155..0000000 --- a/simple +++ /dev/null @@ -1,11 +0,0 @@ -FROM fedora:latest - -# Set labels -LABEL maintainer="Lukas Greve " -LABEL DISTTAG=f44simple-container - -# Set working directory -WORKDIR /build - -# Default command -CMD ["/bin/bash"]