FROM python #RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy RUN pip3 install urubu # CLeanup #RUN apt-get remove -y --purge ${DEV_PKGS} && \ # apt-get autoremove --purge -y && \ # apt-get clean -y && \ # rm -rf /var/lib/apt/lists/* && \ # rm -rf /var/cache/apt/* /tmp/* /var/tmp/* /var/log/* VOLUME [ "/data" ] EXPOSE 8000 CMD ["make", "serve"]