Skip to content
Snippets Groups Projects
Commit fc4f1937 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Add Dockerfile

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #3964 failed
FROM git.zsinfo.nl:5010/zandor300/docker-php
RUN curl -s https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
RUN bash -c "curl -s https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt/sources.list.d/mssql-release.list"
RUN apt update
RUN ACCEPT_EULA=Y apt-get -y install msodbcsql17 mssql-tools
RUN apt -y install unixodbc-dev
RUN apt -y install gcc g++ make autoconf libc-dev pkg-config php-pear
RUN pecl install sqlsrv
RUN pecl install pdo_sqlsrv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment