You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install R in a container, but I having a trouble to install libpcre 10.40. from source
RUN cd tmp/ \
&& curl -O https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.40/pcre2-10.40.tar.gz \
&& tar -xf pcre2-10.40.tar.gz \
&& cd pcre2-10.40 \
&& ./configure \
&& make \
&& make install
I am getting the following error
RUN cd tmp/ && curl -O https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.40/pcre2-10.40.tar.gz && tar -xf pcre2-10.40.tar.gz && cd pcre2-10.40 && ./configure && make && make install
---> Running in bb5f91387cf2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 114k 0 114k 0 0 240k 0 --:--:-- --:--:-- --:--:-- 240k
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/sh -c cd tmp/ && curl -O https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.40/pcre2-10.40.tar.gz && tar -xf pcre2-10.40.tar.gz && cd pcre2-10.40 && ./configure && make && make install' returned a non-zero code: 2
I am having issues all release types
Thanks for the help in advance
The text was updated successfully, but these errors were encountered:
Hi All,
I am trying to install R in a container, but I having a trouble to install libpcre 10.40. from source
I am getting the following error
I am having issues all release types
Thanks for the help in advance
The text was updated successfully, but these errors were encountered: