Add g++ to the Dockerfile

This commit is contained in:
w0rp 2017-04-03 21:57:24 +01:00
parent 5f02595ea4
commit 22307ccabc
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ENV PACKAGES="\
py-pip \ py-pip \
nodejs \ nodejs \
gcc \ gcc \
g++ \
clang \ clang \
" "
RUN apk --update add $PACKAGES && \ RUN apk --update add $PACKAGES && \