Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Jun 25, 2023
1 parent 6a815e8 commit baf6e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ ENV SHELL=/bin/bash \

USER theia

RUN curl -fsSLO https://github.com/kubernetes-sigs/krew/releases/latest/download/krew-linux_amd64.tar.gz && \
RUN cd /home/theia && \
curl -fsSLO https://github.com/kubernetes-sigs/krew/releases/latest/download/krew-linux_amd64.tar.gz && \
tar zxvf krew-linux_amd64.tar.gz && \
./krew-linux_amd64 install krew && \
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" && \
Expand All @@ -127,7 +128,7 @@ RUN curl -fsSLO https://github.com/kubernetes-sigs/krew/releases/latest/download
kubectl krew install cert-manager && \
kubectl krew install cilium && \
kubectl krew install get-all && \
kubectl krew install modify-secret && \
kubectl krew install modify-secret
EXPOSE 3000
COPY bashrc /home/theia/.bashrc
COPY profile /home/theia/.profile
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/webshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webshell
description: A Helm chart to deploy a webshell environment
type: application
version: 0.3.2
appVersion: "0.3.2"
version: 0.3.3
appVersion: "0.3.3"

0 comments on commit baf6e51

Please sign in to comment.