From e06102ce8cf2450dbd4666091f362432a0797c12 Mon Sep 17 00:00:00 2001 From: James Brundage <+@noreply.github.com> Date: Sun, 29 Dec 2024 14:32:20 -0800 Subject: [PATCH] fix: Dockerfile metadata update ( Fixes #38 ) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db01572..c59e575 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/powershell AS powershell # Set the module name to the name of the module we are building -ENV ModuleName=HtmxPS +ENV ModuleName=GQL ENV InstallAptGet="git","curl","ca-certificates","libc6","libgcc1" ENV InstallModule="ugit" # Copy the module into the container