This is an automated email from the ASF dual-hosted git repository.
ssiddiqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/master by this push:
new f7cd343 [MINOR] Test docker file update
f7cd343 is described below
commit f7cd343af4fcc4b0e1d9e490c409e8cbdf0d0058
Author: Shafaq Siddiqi <[email protected]>
AuthorDate: Thu Sep 3 21:51:40 2020 +0200
[MINOR] Test docker file update
changes to resolve issues with R packages.
---
docker/testsysds.Dockerfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docker/testsysds.Dockerfile b/docker/testsysds.Dockerfile
index 1e33ceb..5a4ed48 100644
--- a/docker/testsysds.Dockerfile
+++ b/docker/testsysds.Dockerfile
@@ -39,7 +39,10 @@ RUN wget
http://archive.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/ap
# Install Extras
RUN apt-get update -qq && \
apt-get upgrade -y && \
- apt-get install openjdk-8-jdk-headless -y
+ apt-get install openjdk-8-jdk-headless -y && \
+ apt-get install libcurl4-openssl-dev -y && \
+ apt-get install libxml2-dev -y && \
+ apt-get install r-cran-xml -y
COPY ./src/test/scripts/installDependencies.R installDependencies.R