File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN echo 'deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cl
1414
1515# Common lib
1616RUN apt-get update && apt-get install -y gnupg gh wget bash-completion bash zsh vim git openssl openssh-client locales jq cloudflared && rm -rf /var/lib/apt/lists/* && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
17- ENV LANG en_US.utf8
17+ ENV LANG= en_US.utf8
1818
1919# echo current user
2020RUN echo "echo \$ {USER}" >> ~/.zshrc
@@ -40,7 +40,7 @@ RUN echo "source <(kubectl completion zsh)" >> ~/.zshrc
4040EXPOSE 8001
4141
4242# # Fluxcd
43- RUN curl -s https://fluxcd.io/install.sh | FLUX_VERSION=2.4.0 bash
43+ RUN curl -s https://fluxcd.io/install.sh | FLUX_VERSION=2.6.4 bash
4444
4545# helm
4646RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
You can’t perform that action at this time.
0 commit comments