Skip to content

Commit

Permalink
Hotfix: remove httpgd from docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Feb 14, 2024
1 parent c90a46d commit de3ce93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
languageserver \
git2r \
precommit \
tinytex \
httpgd \
tinytex
&& rm -rf /tmp/downloaded_packages

# install vscode dev deps
Expand All @@ -52,4 +51,4 @@ COPY . /tmp/package/
RUN Rscript -e "devtools::install_dev_deps('/tmp/package')"

## Install the local version of EpiNow2
Run R CMD INSTALL --no-multiarch --with-keep.source /tmp/package/
Run R CMD INSTALL --no-multiarch --with-keep.source /tmp/package/

0 comments on commit de3ce93

Please sign in to comment.