Skip to content

Dockerfile to build the Eredis library by Eulerian Technologies.

License

Notifications You must be signed in to change notification settings

shuppet/docker-eredis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published