Commit c9c15865 authored by nanahira's avatar nanahira

Update Dockerfile

parent c8d10473
Pipeline #17106 failed with stages
in 30 minutes and 35 seconds
......@@ -5,7 +5,9 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
libncurses5 python3 python3-pip curl git apt-utils ssh ca-certificates \
tmux nano vim sudo bash rsync htop wget unzip python3.8-venv \
python3-virtualenv python3-distutils python3-numpy tini && \
python3-virtualenv python3-distutils python3-numpy tini \
libjpeg9-dev \
&& \
update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \
pip3 install --no-cache-dir --upgrade pip && \
......
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