Sign inSign up

aliem/gcc

By aliem

Updated over 8 years ago

A container to build stuff inside an Alpine Linux container

Image
0

616

aliem/gcc repository overview

I love it to compile stuff without juggling with SConstruct or Makefiles.

docker run --rm -it -v $PWD:/src -w="/src" aliem/gcc /bin/ash -c "./configure && make"

And ...

FROM alpine:3.3
ADD ./src/command /
CMD ["/command"]

Tag summary

Content type

Image

Digest

Size

61.3 MB

Last updated

over 8 years ago

docker pull aliem/gcc