We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb936e commit 08da8f5Copy full SHA for 08da8f5
Dockerfile
@@ -44,8 +44,7 @@ RUN bash /tmp/install_bioc_sysdeps.sh $BIOCONDUCTOR_VERSION \
44
&& echo BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_DOCKER_VERSION} >> /usr/local/lib/R/etc/Renviron.site \
45
&& echo 'LIBSBML_CFLAGS="-I/usr/include"' >> /usr/local/lib/R/etc/Renviron.site \
46
&& echo 'LIBSBML_LIBS="-lsbml"' >> /usr/local/lib/R/etc/Renviron.site \
47
- && rm -rf Renviron.bioc \
48
- && sed -i 's/-Werror=format-security/-Wformat-security/g' /usr/local/lib/R/etc/Makeconf
+ && rm -rf Renviron.bioc
49
50
ARG TARGETARCH
51
ENV TARGETARCH=${TARGETARCH:-amd64}
0 commit comments