From f4351915856de1b73b3120c4f555eaedc06ab712 Mon Sep 17 00:00:00 2001 From: Mimi1337 <125907632+Mimi1337@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:29:21 +0000 Subject: [PATCH] fix: Dockerfile syntax error (#945) --- dist/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Dockerfile b/dist/Dockerfile index df77da582..37cf3a4c6 100644 --- a/dist/Dockerfile +++ b/dist/Dockerfile @@ -1,6 +1,6 @@ FROM archlinux:latest -LABEL maintainer="hey@werwolv.net" = WerWolv +LABEL maintainer="hey@werwolv.net WerWolv" # Install dependencies RUN pacman -Syy --needed --noconfirm