Sign inSign up

building5/gosu

By building5

Updated over 8 years ago

Docker image with the `gosu` binary, for easier installation.

Image
0

10K+

building5/gosu repository overview

gosu-image

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

Tag summary

Content type

Image

Digest

Size

488.8 kB

Last updated

over 8 years ago

docker pull building5/gosu