rogerxavier commited on
Commit
b0c86b4
1 Parent(s): d63f5fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -4
Dockerfile CHANGED
@@ -35,11 +35,10 @@
35
 
36
 
37
  #现成magick docker镜像测试
 
 
38
 
39
- FROM dpokidov/imagemagick
40
-
41
-
42
- RUN magick -h
43
 
44
 
45
  RUN pip install -U pip
 
35
 
36
 
37
  #现成magick docker镜像测试
38
+ #这个dpokidov/imagemagick 含有magick二进制
39
+ FROM dpokidov/imagemagick
40
 
41
+ RUN magick
 
 
 
42
 
43
 
44
  RUN pip install -U pip