Skip to content

Commit

Permalink
remove powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jun 29, 2024
1 parent cdf83f3 commit 0ed1233
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions images/workstation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - && \
# Allow running of vault without root
setcap cap_ipc_lock= /usr/bin/vault

# powershell
RUN curl -L https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb > packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
apt-get update && \
apt-get install --no-install-recommends -y powershell && \
rm -f packages-microsoft-prod.deb

# istioctl
COPY --from=istio/istioctl:1.22.2 /usr/local/bin/istioctl /usr/bin/istioctl

Expand Down

0 comments on commit 0ed1233

Please sign in to comment.