Skip to content

Commit 08da8f5

Browse files
jwokatyalmahmoud
authored andcommitted
Allow format-security errors for devel
1 parent eeb936e commit 08da8f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ RUN bash /tmp/install_bioc_sysdeps.sh $BIOCONDUCTOR_VERSION \
4444
&& echo BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_DOCKER_VERSION} >> /usr/local/lib/R/etc/Renviron.site \
4545
&& echo 'LIBSBML_CFLAGS="-I/usr/include"' >> /usr/local/lib/R/etc/Renviron.site \
4646
&& 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
47+
&& rm -rf Renviron.bioc
4948

5049
ARG TARGETARCH
5150
ENV TARGETARCH=${TARGETARCH:-amd64}

0 commit comments

Comments
 (0)