Revert "Merge branch 'add-autoconf-and-libtool' into 'master'"

This reverts merge request !154
This commit is contained in:
Ian Baum 2018-12-31 21:26:01 +00:00
parent d715f2f56e
commit b6ca640791
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 autoconf autopoint g++ gcc git make curl zlib1g-dev libssl-dev locales \
&& apt-get install -y g++ gcc git make curl zlib1g-dev libssl-dev locales \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/*