Skip to content

Commit

Permalink
fix: Dockerfile metadata update ( Fixes #38 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Dec 29, 2024
1 parent 14532b8 commit e06102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e06102c

Please sign in to comment.