Skip to content

Commit 21cebe3

Browse files
authored
Merge pull request containers#397 from baude/add7z
Add 7zip Windows compression utility
2 parents 46c3bf5 + 856110c commit 21cebe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IMG_SFX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20241212t122344z-f41f40d13
1+
20241218t154721z-f41f40d13

win_images/win_packaging.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocola
99

1010
# Install basic required tooling.
1111
# psexec needed to workaround session 0 WSL bug
12-
retryInstall git archiver psexec golang mingw StrawberryPerl zstandard; Check-Exit
12+
retryInstall 7zip git archiver psexec golang mingw StrawberryPerl zstandard; Check-Exit
1313

1414
# Update service is required for dotnet
1515
Set-Service -Name wuauserv -StartupType "Manual"; Check-Exit

0 commit comments

Comments
 (0)