Skip to content

Commit

Permalink
feat: 4bitcss Docker - Installing git ( re #50 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Apr 22, 2024
1 parent fab3a6b commit 3f96732
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Thank you Microsoft! Thank you PowerShell! Thank you Docker!
FROM mcr.microsoft.com/powershell

# InstallAptPackages determines additional packages to install
ARG InstallAptPackages=git curl ca-certificates libc6 libgcc1

# Install additional packages
RUN apt-get update && apt-get install -y $InstallAptPackages

# Set the module name to the name of the module we are building
ARG ModuleName=4bitcss
# Copy the module into the container
Expand Down

0 comments on commit 3f96732

Please sign in to comment.