Loading src/webui/Dockerfile +2 −0 Original line number Diff line number Diff line FROM python:3-slim # Ref: https://pythonspeed.com/articles/activate-virtualenv-dockerfile/ # Install dependencies RUN apt-get --yes --quiet --quiet update && \ apt-get --yes --quiet --quiet install wget g++ && \ Loading Loading
src/webui/Dockerfile +2 −0 Original line number Diff line number Diff line FROM python:3-slim # Ref: https://pythonspeed.com/articles/activate-virtualenv-dockerfile/ # Install dependencies RUN apt-get --yes --quiet --quiet update && \ apt-get --yes --quiet --quiet install wget g++ && \ Loading