Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 749 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 749 Bytes

docker-go-oci8

Build Status

Dockerfile for building Golang apps with Oracle Instant Client and mattn/go-oci8.

The base image is golang (default/based on Debian), because glibc is required for the build.

Required

The required files are in oracle directory.

The packages (instantclient-sdk-linux and instantclient-sdk-linux) were originally downloaded from the Oracle Site, and unnecessary files were removed.

Usage

docker build -t go-oci8 .