From 1051d5502ff343d640140bc2ccff70af03d6497e Mon Sep 17 00:00:00 2001 From: Jim Lambert Date: Wed, 19 Feb 2020 20:48:51 -0500 Subject: [PATCH] container build for gorm tests --- dialects/oci8/contrib/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dialects/oci8/contrib/Dockerfile diff --git a/dialects/oci8/contrib/Dockerfile b/dialects/oci8/contrib/Dockerfile new file mode 100644 index 00000000..b59107c2 --- /dev/null +++ b/dialects/oci8/contrib/Dockerfile @@ -0,0 +1,6 @@ +# Wrap container build from: https://github.com/oracle/docker-images +# and add setup script for gorm schema + +FROM oracle/database:18.4.0-xe + +ADD setup.sql /u01/app/oracle/scripts/ \ No newline at end of file