Alpine-Python
[root@k8s ~]# cat Dockerfile
From python:3.6.5-alpine
RUN pip3 install django==2.1.8
CMD ["tail","-f","/etc/hosts"]Last updated
[root@k8s ~]# cat Dockerfile
From python:3.6.5-alpine
RUN pip3 install django==2.1.8
CMD ["tail","-f","/etc/hosts"]Last updated