Skip to content

Commit

Permalink
Updated CodeSignTool download link
Browse files Browse the repository at this point in the history
  • Loading branch information
bayrakmustafa committed Apr 1, 2024
1 parent f861f9e commit e0eb56c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV ENVIRONMENT_NAME=PROD
RUN apt update && apt install -y unzip vim wget curl

# Add CodeSignTool
ADD --chown=root:root https://github.com/SSLcom/CodeSignTool/releases/download/v1.3.0/CodeSignTool-v1.3.0.zip /tmp/CodeSignTool-v1.3.0.zip
ADD --chown=root:root "https://github.com/SSLcom/CodeSignTool/releases/download/v1.3.0/CodeSignTool-v1.3.0.zip" "/tmp/CodeSignTool-v1.3.0.zip"

RUN mkdir -p "/codesign" && unzip "/tmp/CodeSignTool-v1.3.0.zip" -d "/codesign" && \
chmod +x "/codesign/CodeSignTool.sh" && ln -s "/codesign/CodeSignTool.sh" "/usr/bin/codesign"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ltsc2019
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CMD ["jshell"]

# Add CodeSignTool
RUN New-Item -ItemType Directory -Force -Path C:\Setup
RUN Invoke-WebRequest -OutFile C:\Setup\CodeSignTool-v1.3.0.zip "https://www.ssl.com/download/codesigntool-for-windows"
RUN Invoke-WebRequest -OutFile C:\Setup\CodeSignTool-v1.3.0.zip "https://github.com/SSLcom/CodeSignTool/releases/download/v1.3.0/CodeSignTool-v1.3.0-windows.zip"

RUN New-Item -ItemType Directory -Force -Path C:\CodeSignTool
RUN Expand-Archive -LiteralPath C:\Setup\CodeSignTool-v1.3.0.zip -DestinationPath C:/CodeSignTool -Force
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ltsc2022
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CMD ["jshell"]

# Add CodeSignTool
RUN New-Item -ItemType Directory -Force -Path C:\Setup
RUN Invoke-WebRequest -OutFile C:\Setup\CodeSignTool-v1.3.0.zip "https://www.ssl.com/download/codesigntool-for-windows"
RUN Invoke-WebRequest -OutFile C:\Setup\CodeSignTool-v1.3.0.zip "https://github.com/SSLcom/CodeSignTool/releases/download/v1.3.0/CodeSignTool-v1.3.0-windows.zip"

RUN New-Item -ItemType Directory -Force -Path C:\CodeSignTool
RUN Expand-Archive -LiteralPath C:\Setup\CodeSignTool-v1.3.0.zip -DestinationPath C:/CodeSignTool -Force
Expand Down

0 comments on commit e0eb56c

Please sign in to comment.