add missing compiler

This commit is contained in:
Arthur Axel 'fREW' Schmidt 2015-07-20 21:21:07 -07:00
parent 4f4b8aa0e6
commit da8b3020e1

View File

@ -2,6 +2,7 @@ FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \
ca-certificates \ ca-certificates \
curl \ curl \
--no-install-recommends \ --no-install-recommends \