comparison Dockerfile @ 16:db4037285592 main master

update deps, some ide setup
author drewp@bigasterisk.com
date Fri, 27 Aug 2021 13:40:49 -0700
parents f714a6a7842c
children a4778c56cc03
comparison
equal deleted inserted replaced
15:d653e1b558ce 16:db4037285592
1 FROM bang5:5000/base_x86 1 FROM bang5:5000/base_x86
2 2
3 WORKDIR /opt 3 WORKDIR /opt
4 4
5 RUN echo 2021-07-22 && apt-get update
5 RUN apt-get install -y python3.8 libpython3.8-dev python3-openssl python3-cffi-backend 6 RUN apt-get install -y python3.8 libpython3.8-dev python3-openssl python3-cffi-backend
6 RUN python3.8 -m pip install mercurial 7 RUN python3.8 -m pip install mercurial
7 8
8 RUN python3.8 -m pip install -U pip 9 RUN python3.8 -m pip install -U pip
9 COPY requirements.txt ./ 10 COPY requirements.txt ./