Skip to content

Commit

Permalink
Update Dockerfile to fix open issue #100 (on Windows)
Browse files Browse the repository at this point in the history
Current Docker image doesn't include libxml2-devel, which prevents installation of R libraries xml2 and thus devtools. This throws the error referenced in #100 on Windows (Linux Docker on Windows 10 Pro) and apparently on Mac as well. Adding libxml2-dev to dockerfile seems to fix the issue.
  • Loading branch information
t-carroll authored Dec 6, 2019
1 parent d779034 commit cacb176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockers/debian9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update --yes && apt-get install --no-install-recommends --yes \
libboost-test-dev \
libssl-dev \
libcurl4-openssl-dev \
libxml2-dev \
libz-dev \
curl \
libhdf5-cpp-100 \
Expand Down

0 comments on commit cacb176

Please sign in to comment.