Advertisement
funcelot

optional Dokerfile addon for python3 development

Mar 2nd, 2021
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # [Optional] Uncomment this section to install additional OS packages.
  2. RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
  3. && apt-get -y install --no-install-recommends build-essential python3-dev python3-venv python3-pip python3-wheel python3-setuptools \
  4. && ln -sf /usr/bin/python3.7 /usr/bin/python && ln -sf /usr/bin/pip3 /usr/bin/pip \
  5. && pip3 install --upgrade pip setuptools wheel
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement