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

@ -3,7 +3,7 @@ FROM opensuse:42.3
RUN zypper -q -n --gpg-auto-import-keys update
RUN zypper -q -n in -t pattern devel_perl devel_basis
RUN zypper -q -n install \
gcc git make curl zlib-devel libopenssl-devel glibc-i18ndata glibc-locale
gcc gcc-c++ git make curl zlib-devel libopenssl-devel glibc-i18ndata glibc-locale
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8