Sign inSign up

otuhs/tiny_tds

By otuhs

Updated about 7 years ago

Image
0

934

otuhs/tiny_tds repository overview

Base image is ruby:2.6

installed the latest FreeTDS.

$ apt-get install wget
$ apt-get install build-essential
$ apt-get install libc6-dev

$ wget http://www.freetds.org/files/stable/freetds-1.1.6.tar.gz
$ tar -xzf freetds-1.1.6.tar.gz
$ cd freetds-1.1.6
$ ./configure --prefix=/usr/local --with-tdsver=7.3
$ make
$ make install

https://github.com/rails-sqlserver/tiny_tds#install

Tag summary

Content type

Image

Digest

Size

364.1 MB

Last updated

about 7 years ago

docker pull otuhs/tiny_tds