Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 --
|
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}"
|