Sign inSign up

deployable/debian-build

By deployable

Updated over 8 years ago

A Debian image that includes the standard build tools.

Image
0

2.1K

deployable/debian-build repository overview

Docker Debian Build Image

A Debian image that includes the standard build tools.

Avoids setting up build tools for all source installs.

Usage

FROM deployable/debian-build:8

RUN set -uex; \
    cd /tmp; \
    curl https://app.com/release/1.2.3.tar.gz | tar -xvf -; \
    cd 1.2.3; \
    ./configure; \
    make install; \
    rm -rf /tmp/1.2.3

Tag summary

Content type

Image

Digest

Size

145.5 MB

Last updated

over 8 years ago

docker pull deployable/debian-build