Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Verified Commit 0cf0c852 authored by Benoît's avatar Benoît
Browse files

Bump code-server to 4.14.0

parent ab845a3f
No related branches found
No related tags found
No related merge requests found
Pipeline #15101 passed
......@@ -33,7 +33,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
mkdir -p /etc/fixuid && \
printf "user: coder\ngroup: coder\n" > /etc/fixuid/config.yml
RUN curl -L https://github.com/cdr/code-server/releases/download/v4.13.0/code-server_4.13.0_$(dpkg --print-architecture).deb -o /tmp/code-server.deb && \
RUN curl -L https://github.com/cdr/code-server/releases/download/v4.14.0/code-server_4.14.0_$(dpkg --print-architecture).deb -o /tmp/code-server.deb && \
dpkg -i /tmp/code-server.deb && rm /tmp/code-server.deb
EXPOSE 8080
......
......@@ -15,6 +15,13 @@ apt-get install --no-install-recommends -y vim pwgen jq unzip pass zsh fonts-pow
htop software-properties-common gpg netcat-openbsd uuid-runtime dnsutils exa fd-find skopeo bzip2 \
trivy iproute2 nmap iperf3
echo "Install Ansible and ansible-modules-hashivault"
# https://www.linuxuprising.com/2023/03/next-debianubuntu-releases-will-likely.html?m=1
export PIP_BREAK_SYSTEM_PACKAGES=1
apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-ldap python3-docker python3-venv twine python3-psycopg2
pip3 install --no-cache-dir ansible ansible-modules-hashivault openshift passlib hvac elasticsearch virtualenv ipykernel checkov opensearch-py
ln -s $(which fdfind) /usr/local/bin/fd
echo "Install Oh My Zsh"
......@@ -212,11 +219,6 @@ echo "eval \"\$(scw autocomplete script shell=zsh)\"" >> /etc/zsh/zshrc
echo "PROMPT='\$(kube_ps1)'\$PROMPT" >> /etc/zsh/zshrc
echo "export PATH=\$HOME/bin:\$HOME/.local/bin:/usr/local/testssl.sh:\${KREW_ROOT:-\$HOME/.krew}/bin:\$PATH" >> /etc/zsh/zshrc
echo "Install Ansible and ansible-modules-hashivault"
apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-ldap python3-docker python3-venv python3-psycopg2
pip3 install --no-cache-dir --upgrade pip
pip3 install --no-cache-dir ansible ansible-modules-hashivault openshift passlib hvac elasticsearch virtualenv ipykernel checkov opensearch-py
echo "Install NodeJS and NPM"
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y nodejs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment