Skip to content

Commit 3f96732

Browse files
author
James Brundage
committed
feat: 4bitcss Docker - Installing git ( re #50 )
1 parent fab3a6b commit 3f96732

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Thank you Microsoft! Thank you PowerShell! Thank you Docker!
22
FROM mcr.microsoft.com/powershell
33

4+
# InstallAptPackages determines additional packages to install
5+
ARG InstallAptPackages=git curl ca-certificates libc6 libgcc1
6+
7+
# Install additional packages
8+
RUN apt-get update && apt-get install -y $InstallAptPackages
9+
410
# Set the module name to the name of the module we are building
511
ARG ModuleName=4bitcss
612
# Copy the module into the container

0 commit comments

Comments
 (0)