GitHub - shuppet/docker-eredis: Dockerfile to build the Eredis library by Eulerian Technologies. · GitHub
Skip to content

shuppet/docker-eredis

Folders and files

Repository files navigation

docker-eredis

Dockerfile to build the Eredis library by Eulerian Technologies.

Use this image as part of a multistage build to get the library into your own containers without having to build it and clean up dependencies afterwards.

FROM shuppet/eredis:latest as EREDIS

FROM alpine:3.9

COPY --from=EREDIS /usr/local/lib/liberedis.so /usr/local/lib/liberedis.so

About

Dockerfile to build the Eredis library by Eulerian Technologies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors