Skip to content

Commit

Permalink
Add url-checker to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Mar 22, 2022
1 parent 3db4ba0 commit fe5c7ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
RUN apt-get -y --no-install-recommends install \
python3-pip python3-dev

# Install urlchecker
RUN pip3 install \
"urlchecker==0.0.25"

# Commonly used R packages
RUN Rscript -e "options(warn = 2);install.packages( \
c('bookdown', \
Expand Down

0 comments on commit fe5c7ed

Please sign in to comment.