Dockerfile 445 B

12345678910
  1. FROM 1and1internet/ubuntu-16-apache-php-7.0
  2. RUN \
  3. apt-get update && \
  4. ln -fs /usr/share/zoneinfo/America/El_Salvador /etc/localtime && \
  5. dpkg-reconfigure -f noninteractive tzdata && \
  6. apt-get install -y unixodbc unixodbc-dev unixodbc-bin tdsodbc freetds-bin freetds-common freetds-dev libdbd-odbc-perl liblocal-lib-perl
  7. COPY odbc.ini /etc/odbc.ini
  8. COPY odbcinst.ini /etc/odbcinst.ini
  9. COPY freetds.conf /etc/freetds/freetds.conf