Commit 7c690692 authored by nanahira's avatar nanahira

fix

parent f240d8fd
Pipeline #12705 passed with stages
in 10 minutes and 36 seconds
......@@ -3,7 +3,7 @@ FROM node:lts-bullseye
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 && \
pip3 install -U pip && \
pip install -U awscli ansible==2.9 && \
pip install -U awscli ansible==2.9 ansible==2.9 jinja2==3.0 && \
rm -rf /var/tmp/* /tmp/* /var/lib/apt/lists/*
ENTRYPOINT [ "/usr/bin/env" ]
......
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