Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM ubuntu:18.04
- ENV LANG C.UTF-8
- VOLUME /workspace
- SHELL ["/bin/bash", "-c"]
- RUN apt-get update && apt-get install -y python3 python3-pip
- COPY requirements.txt requirements.txt
- RUN pip3 install -r requirements.txt
Add Comment
Please, Sign In to add comment