sigyllly commited on
Commit
e6366eb
·
verified ·
1 Parent(s): d3a0e86

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN pwsh --version
32
  RUN makensis -version
33
 
34
  # Verify 7-Zip installation
35
- RUN 7z --version
36
 
37
  # Add PowerShell and 7-Zip to the PATH
38
  ENV PATH="/usr/bin/pwsh:/usr/bin:${PATH}"
 
32
  RUN makensis -version
33
 
34
  # Verify 7-Zip installation
35
+ RUN 7z --help
36
 
37
  # Add PowerShell and 7-Zip to the PATH
38
  ENV PATH="/usr/bin/pwsh:/usr/bin:${PATH}"