Reduces the size of the Docker image.

pull/201/head
Topher Sterling 2018-04-07 21:50:20 -06:00
parent f0e38924d0
commit f19406e57d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
RUN apt-get update && \
apt-get install --yes g++ cmake build-essential \
apt-get install --yes --no-install-recommends g++ cmake build-essential \
libgcrypt11-dev libyajl-dev libboost-all-dev \
libcurl4-openssl-dev libexpat1-dev libcppunit-dev \
binutils-dev pkg-config zlib1g-dev && \