Add build tools to omnibus images

This commit is contained in:
Ian Baum 2018-12-31 07:31:30 +00:00 committed by Marin Jankovski
parent 512fe2191f
commit e2e647d544
9 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
FROM ubuntu:16.04
RUN apt-get update -q \
&& apt-get install -y g++ gcc git make curl zlib1g-dev libssl-dev locales \
&& apt-get install -y autoconf autopoint g++ gcc git make curl zlib1g-dev libssl-dev locales \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/*