mirror of
https://github.com/containers/buildah.git
synced 2026-02-05 09:45:38 +01:00
Drop unused hack/Dockerfile
Drop this Dockerfile, which was used by a script which was removed before v1.14.0. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
FROM fedora:latest
|
||||
RUN dnf -y update; dnf -y clean all
|
||||
RUN dnf -y install nginx --setopt install_weak_deps=false; dnf -y clean all
|
||||
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
|
||||
RUN echo "nginx on Fedora" > /usr/share/nginx/html/index.html
|
||||
EXPOSE 80
|
||||
CMD [ "/usr/sbin/nginx" ]
|
||||
Reference in New Issue
Block a user