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 e669dcd commit 38fe801
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
git2r \
precommit \
tinytex \
httpgd \
&& 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 38fe801

Please sign in to comment.