rogerxavier commited on
Commit
89b5f45
·
verified ·
1 Parent(s): ff465c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -21
Dockerfile CHANGED
@@ -36,27 +36,9 @@
36
 
37
  #现成magick docker镜像测试
38
 
39
- FROM ampervue/python34
40
-
41
- # https://github.com/ampervue/docker-ffmpeg
42
- # https://hub.docker.com/r/ampervue/ffmpeg/
43
-
44
- MAINTAINER David Karchmer <dkarchmer@ampervue.com>
45
-
46
- #####################################################################
47
- #
48
- # A Docker image with everything needed to run Python/FFMPEG scripts
49
- #
50
- # Image based on Ubuntu:14.04
51
- #
52
- # with
53
- # - Latest Python 3.4
54
- # - Latest FFMPEG (built)
55
- # - ImageMagick
56
- #
57
- # plus a bunch of build/web essentials
58
- #
59
- #####################################################################
60
  RUN magick -h
61
 
62
 
 
36
 
37
  #现成magick docker镜像测试
38
 
39
+ FROM cospaia/magick-pango-babashka
40
+
41
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  RUN magick -h
43
 
44