Skip to content

Commit

Permalink
break system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Nov 21, 2024
1 parent cc73f86 commit b93ddb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
libv8-dev \
libpng-dev \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts \
&& python3 -m pip --no-cache-dir install radian pre-commit \
&& python3 -m pip --break-system-packages --no-cache-dir install radian pre-commit \
&& install2.r --error --skipinstalled --repos ${CRAN} --ncpus -1 \
devtools \
languageserver \
Expand Down

0 comments on commit b93ddb9

Please sign in to comment.