fixed README type for buildimage example

This commit is contained in:
magicalyak
2019-10-23 10:24:04 -04:00
parent e04a712dbc
commit 021516badc

View File

@@ -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