mirror of
https://github.com/denismakogon/ffmpeg-alpine.git
synced 2025-12-24 10:40:57 +08:00
Merge pull request #5 from magicalyak/issue4
fixed README type for buildimage example
This commit is contained in:
@@ -31,7 +31,7 @@ Image size: 69.5MB at minimum
|
||||
|
||||
In order to get all necessary ffmpeg pieces you need to create a Dockerfile with the following instructions:
|
||||
```dockerfile
|
||||
FROM denismakogon/ffmpeg-alpine:4.0-runtime as build-stage
|
||||
FROM denismakogon/ffmpeg-alpine:4.0-buildstage as build-stage
|
||||
FROM <your-final-stage-image>
|
||||
|
||||
COPY --from=build-stage /tmp/fakeroot/bin /usr/local/bin
|
||||
|
||||
Reference in New Issue
Block a user