Skip to content

Commit

Permalink
fix: use correct copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaclan committed May 14, 2024
1 parent d729acc commit df4544c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions toolboxes/powershell-toolbox/Containerfile.powershell
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ LABEL com.github.containers.toolbox="true" \
ENV POWERSHELL_TELEMETRY_OPTOUT=1
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1

# COPY ./toolboxes/powershell-toolbox/packages.powershell /tmp
COPY packages.powershell /tmp
# COPY ./toolboxes/powershell-toolbox/profile.ps1 /tmp/Microsoft.PowerShell_profile.ps1
COPY profile.ps1 /tmp/Microsoft.PowerShell_profile.ps1
# COPY packages.powershell /tmp
# COPY profile.ps1 /tmp/Microsoft.PowerShell_profile.ps1
COPY ./toolboxes/powershell-toolbox/packages.powershell /tmp
COPY ./toolboxes/powershell-toolbox/profile.ps1 /tmp/Microsoft.PowerShell_profile.ps1

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

Expand Down

0 comments on commit df4544c

Please sign in to comment.