Sign inSign up

mapsherpa/ubuntu-build

By mapsherpa

•Updated over 5 years ago

Base ubuntu image for mapsherpa

Image
0

2.6K

mapsherpa/ubuntu-build repository overview

#######################################################

⁠Ubuntu base image with build tools

#######################################################

FROM ubuntu:14.04

⁠Build tools

RUN apt-get update && apt-get install -y --no-install-recommends
autoconf
automake
bzip2
git
file
curl
g++
gcc
imagemagick
libbz2-dev
libc6-dev
libcurl4-openssl-dev
libevent-dev
libffi-dev
libglib2.0-dev
libjpeg-dev
liblzma-dev
libmagickcore-dev
libmagickwand-dev
libmysqlclient-dev
libncurses-dev
libpq-dev
libreadline-dev
libsqlite3-dev
libssl-dev
libtool
libxml2-dev
libxslt-dev
libyaml-dev
make
patch
xz-utils
zlib1g-dev
openssh-client
libfreetype6-dev
librsvg2-bin
exiftool
libcairo-dev
librsvg2-dev
spatialite-bin
libspatialite-dev
cmake
ghostscript
gsfonts
libnetpbm10
netpbm
poppler-utils
&& echo "US/Eastern" | tee /etc/timezone
&& dpkg-reconfigure --frontend noninteractive tzdata
&& apt-get -y build-dep gdal
&& apt-get -y clean
&& apt-get -y autoclean
&& rm -rf /var/lib/apt/lists/*

Tag summary

Content type

Image

Digest

Size

394.7 MB

Last updated

over 10 years ago

docker pull mapsherpa/ubuntu-build