From 83522422420efd96e47358daae6e24cef1dd6712 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Fri, 22 Mar 2024 12:52:36 -0400 Subject: [PATCH] fixed typo in wine container --- specialty-containers/wine/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specialty-containers/wine/Containerfile b/specialty-containers/wine/Containerfile index c0e6cb9..ff5c77e 100644 --- a/specialty-containers/wine/Containerfile +++ b/specialty-containers/wine/Containerfile @@ -15,5 +15,5 @@ LABEL com.github.containers.toolbox="true" \ summary="Wyatt's custom Wine image" \ maintainer="Wyatt J. Miller " -# Install .NET and related tools +# Install Wine RUN dnf install wine -y