mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
Merge pull request #903 from github/add-missing-deps
Add missing dotnet and R dependencies
This commit is contained in:
commit
001bc9901d
1 changed files with 4 additions and 2 deletions
|
@ -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 #
|
||||||
|
|
Loading…
Reference in a new issue