Merge pull request #903 from github/add-missing-deps

Add missing dotnet and R dependencies
This commit is contained in:
Lukas Gravley 2020-10-27 17:25:55 -05:00 committed by GitHub
commit 001bc9901d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,7 @@ RUN apk add --no-cache \
jq \ jq \
krb5-libs \ krb5-libs \
libc-dev libxml2-dev libxml2-utils libgcc \ libc-dev libxml2-dev libxml2-utils libgcc \
lttng-ust-dev \
libcurl libintl libssl1.1 libstdc++ \ libcurl libintl libssl1.1 libstdc++ \
linux-headers \ linux-headers \
make \ make \
@ -103,9 +104,10 @@ RUN apk add --no-cache \
php7 php7-phar php7-json php7-mbstring php-xmlwriter \ php7 php7-phar php7-json php7-mbstring php-xmlwriter \
php7-tokenizer php7-ctype php7-curl php7-dom php7-simplexml \ php7-tokenizer php7-ctype php7-curl php7-dom php7-simplexml \
py3-setuptools \ py3-setuptools \
R \ R R-dev R-doc \
readline-dev \ readline-dev \
ruby ruby-dev ruby-bundler ruby-rdoc ruby ruby-dev ruby-bundler ruby-rdoc \
zlib zlib-dev
######################################## ########################################
# Copy dependencies files to container # # Copy dependencies files to container #