|
|
@@ -0,0 +1,10 @@
|
|
|
+FROM 1and1internet/ubuntu-16-apache-php-7.0
|
|
|
+
|
|
|
+RUN \
|
|
|
+ apt-get update && \
|
|
|
+ ln -fs /usr/share/zoneinfo/America/El_Salvador /etc/localtime && \
|
|
|
+ dpkg-reconfigure -f noninteractive tzdata && \
|
|
|
+ apt-get install -y unixodbc unixodbc-dev unixodbc-bin tdsodbc freetds-bin freetds-common freetds-dev libdbd-odbc-perl liblocal-lib-perl
|
|
|
+COPY odbc.ini /etc/odbc.ini
|
|
|
+COPY odbcinst.ini /etc/odbcinst.ini
|
|
|
+COPY freetds.conf /etc/freetds/freetds.conf
|