Skip to content

Commit

Permalink
Fix for tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 9, 2024
1 parent 2b1d15a commit 22b86cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_webdesktop
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ RUN \
export DOTNET_ROOT=/etc/dotnet && \
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools && \
export PATH="$PATH:/config/.dotnet/tools" &&\
dotnet tool install --global ilspycmd --version 9.0.0.7660-preview2
dotnet tool install ilspycmd --version 9.0.0.7660-preview2 --tool-path /etc/dotnet/tools

WORKDIR /config/Desktop

COPY src/main/resources/executables/*linux* /var/tmp/wrongsecrets/
COPY src/main/resources/executables/*linux-mus* /var/tmp/wrongsecrets/
COPY src/main/resources/executables/decrypt/ /var/tmp/wrongsecrets/decrypt/
COPY src/main/resources/executables/wrongsecrets-advanced-c-windows.exe /var/tmp/wrongsecrets/
COPY src/main/resources/executables/secrchallenge.md /var/tmp/wrongsecrets/
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile_webdesktopk8s
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ RUN \
export DOTNET_ROOT=/etc/dotnet && \
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools && \
export PATH="$PATH:/config/.dotnet/tools" &&\
dotnet tool install --global ilspycmd --version 9.0.0.7660-preview2
dotnet tool install ilspycmd --version 9.0.0.7660-preview2 --tool-path /etc/dotnet/tools

WORKDIR /config/Desktop

COPY src/main/resources/executables/*linux* /var/tmp/wrongsecrets/
COPY src/main/resources/executables/*linux-mus* /var/tmp/wrongsecrets/
COPY src/main/resources/executables/decrypt/ /var/tmp/wrongsecrets/decrypt/
COPY src/main/resources/executables/wrongsecrets-advanced-c-windows.exe /var/tmp/wrongsecrets/
COPY src/main/resources/executables/secrchallenge.md /var/tmp/wrongsecrets/
Expand Down

0 comments on commit 22b86cb

Please sign in to comment.