rogerxavier
commited on
Commit
•
752bf17
1
Parent(s):
b0c86b4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
#这个dpokidov/imagemagick 含有magick二进制
|
39 |
FROM dpokidov/imagemagick
|
40 |
|
41 |
-
RUN magick
|
42 |
|
43 |
|
44 |
RUN pip install -U pip
|
|
|
38 |
#这个dpokidov/imagemagick 含有magick二进制
|
39 |
FROM dpokidov/imagemagick
|
40 |
|
41 |
+
# RUN magick
|
42 |
|
43 |
|
44 |
RUN pip install -U pip
|