Skip to content

webchi/docker-audiowaveform-alpine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Audiowaveform Alpine Builder

Build side docker container to use in multistage builds for reducing total container size

Usage in multistage builds

Link container and copy binaries from it. Don't forget about required libraries.

FROM genesix/docker-audiowaveform-alpine:latest as audiowaveform-builder

FROM alpine:3.9

RUN apk add --no-cache libmad libsndfile libid3tag gd boost boost-program_options

COPY --from=audiowaveform-builder /bin/audiowaveform /usr/local/bin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%