This commit is contained in:
2022-04-18 11:21:20 +08:00
commit 45a7af638f
210 changed files with 8997 additions and 0 deletions

18
rocky-django/Dockerfile Normal file
View File

@@ -0,0 +1,18 @@
ARG ARCH
FROM harbor.colben.cn/general/rocky-python$ARCH
MAINTAINER Colben colbenlee@gmail.com
ARG ARCH
RUN pip3 install \
-i https://pypi.tuna.tsinghua.edu.cn/simple \
--trusted-host pypi.tuna.tsinghua.edu.cn \
requests==2.18.3 \
redis==3.4.1 \
django==2.2.10 \
djangorestframework==3.11.0 \
mysqlclient==1.4.6 \
sqlparse==0.3.0 \
django-cors-headers==3.2.0 \
uwsgi==2.0.18 \
django-mysql==3.5.0 \
&& rm -rf /root/.cache/pip