Commit 436493b8 authored by nanahira's avatar nanahira

fix

parent b20629b9
Pipeline #27852 failed with stages
in 1 minute and 55 seconds
...@@ -2,6 +2,7 @@ FROM node:lts-bookworm ...@@ -2,6 +2,7 @@ FROM node:lts-bookworm
RUN apt update && \ RUN apt update && \
apt -y install curl wget git git-lfs vim sudo iftop iotop build-essential p7zip-full xclip astyle tcpdump rsync htop locales mtr dnsutils net-tools traceroute tar unzip iperf iperf3 nmap mosh subversion nfs-common fish haveged python3-setuptools python3-dev python3-pip zstd mono-complete default-jdk openssh-client python-is-python3 jq && \ apt -y install curl wget git git-lfs vim sudo iftop iotop build-essential p7zip-full xclip astyle tcpdump rsync htop locales mtr dnsutils net-tools traceroute tar unzip iperf iperf3 nmap mosh subversion nfs-common fish haveged python3-setuptools python3-dev python3-pip zstd mono-complete default-jdk openssh-client python-is-python3 jq && \
rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED && \
pip3 install -U pip && \ pip3 install -U pip && \
pip install -U awscli ansible<2.11.0 jinja2==3.0.0 && \ pip install -U awscli ansible<2.11.0 jinja2==3.0.0 && \
npm i -g pnpm yarn && \ npm i -g pnpm yarn && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment