Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Update Dockerfile
Browse files- Dockerfile +3 -21
Dockerfile
CHANGED
@@ -36,27 +36,9 @@
|
|
36 |
|
37 |
#现成magick docker镜像测试
|
38 |
|
39 |
-
FROM
|
40 |
-
|
41 |
-
|
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 |
|