Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
#FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
|
2 |
-
FROM clarkck/aktools:v0.0.
|
3 |
|
|
|
4 |
RUN chmod -R 777 /usr/local/lib/python3.12/site-packages/aktools
|
5 |
|
6 |
# Expose the port the app runs on
|
|
|
1 |
#FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
|
2 |
+
FROM clarkck/aktools:v0.0.89-v1.15.82
|
3 |
|
4 |
+
RUN pip install aktools --upgrade -i https://pypi.org/simple # AKTools's version should great than 0.0.88
|
5 |
RUN chmod -R 777 /usr/local/lib/python3.12/site-packages/aktools
|
6 |
|
7 |
# Expose the port the app runs on
|