Skip to content

Commit

Permalink
Fix dh-r install
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 10, 2024
1 parent 7c3475e commit bfc6642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN apt update -qq &&\
sed -i 's/install.packages("BiocManager"/bspm::disable(); install.packages("BiocManager"/g' install_bioc_sysdeps.sh &&\
sed -i 's/BiocManager::install(version=/bspm::disable(); BiocManager::install(version=/g' install_bioc_sysdeps.sh &&\
bash install_bioc_sysdeps.sh $BIOC_VERSION || ( sed -i 's/--break-system-packages//g' install_bioc_sysdeps.sh && bash install_bioc_sysdeps.sh $BIOC_VERSION ) &&\
apt install -y debhelper dh-r
apt update -qq && apt install -y debhelper dh-r

0 comments on commit bfc6642

Please sign in to comment.