Skip to content

Commit

Permalink
update dockerfile for new deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Sep 27, 2021
1 parent 8401fc8 commit c9d5b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ RUN install2.r --error --skipinstalled --repos ${CRAN} --ncpus -1 \

RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends libgdal-dev libudunits2-dev
&& apt-get -y install --no-install-recommends libgdal-dev \
libudunits2-dev libharfbuzz-dev libfribidi-dev

# install dependencies
COPY DESCRIPTION /tmp/package/DESCRIPTION
Expand Down

0 comments on commit c9d5b19

Please sign in to comment.