Skip to content

building5/gosu-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosu-image

Tags and Dockerfiles

Info

This is a Docker image with the gosu binary in it. You can use this image in a multi-stage build as a super-convenient way to install gosu into your images.

FROM building5/gosu:1.10

FROM node
COPY --from=0 /gosu /usr/local/bin/

# Proceed to Docker as normal

About

Docker image with just the gosu binary in it

Resources

License

Stars

Watchers

Forks

Packages

No packages published