Add g++ to debian/ubuntu/opensuse

This commit is contained in:
Takuya Noguchi 2018-02-27 00:31:44 +09:00 committed by Stan Hu
parent 8cb83887d0
commit 402179f893
8 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
FROM debian:jessie
RUN apt-get update -q \
&& apt-get install -y gcc git make curl zlib1g-dev libssl-dev locales\
&& apt-get install -y g++ gcc git make curl zlib1g-dev libssl-dev locales\
&& rm -rf /var/lib/apt/lists/*
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen