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