Skip to content

Commit

Permalink
Remove unused package from docker install
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 20, 2024
1 parent 87364fa commit f31af8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ ENV NAOMI_GIT_BRANCH $GIT_BRANCH
ENV NAOMI_VERSION $NAOMI_VERSION

RUN install_packages --repo=https://mrc-ide.r-universe.dev \
mockr \
rvest \
pkgbuild \
testthat.buildkite
pkgbuild

## Model run will try to parallelise over as many threads as are available
## potentially slowing the application, manually limit threads to 1
Expand Down

0 comments on commit f31af8a

Please sign in to comment.