From e188551037116bf7761309aa3f1dc4bc46c4d37e Mon Sep 17 00:00:00 2001 From: Anthony Sena Date: Mon, 26 Feb 2024 10:22:28 -0500 Subject: [PATCH] Download all JDBC drivers - fixes #19 --- Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index f832e62..3c5ddb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,14 +51,7 @@ RUN install2.r \ # install the jdbc drivers for database access using the OHDSI DatabaseConnector R package ENV DATABASECONNECTOR_JAR_FOLDER="/opt/hades/jdbc_drivers" -RUN R <