File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ RUN /usr/bin/aws s3 cp s3://keboola-drivers/teradata/tdodbc1710-17.10.00.08-1.x8
55RUN /usr/bin/aws s3 cp s3://keboola-drivers/exasol/EXASOL_ODBC-7.1.10.tar.gz /tmp/exasol/odbc.tar.gz
66
77FROM php:8.1-cli-buster
8+ MAINTAINER Keboola <devel@keboola.com>
89
910ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"
1011ARG DEBIAN_FRONTEND=noninteractive
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " keboola/table-backend-utils" ,
3+ "authors" : [
4+ {
5+ "name" : " Keboola" ,
6+ "email" : " devel@keboola.com"
7+ }
8+ ],
39 "description" : " Package allows to import files to Snowflake from multiple cloud storages" ,
410 "license" : " MIT" ,
511 "require" : {
6- "php" : " ^7.4|^8 " ,
12+ "php" : " ^8.1 " ,
713 "ext-json" : " *" ,
814 "ext-odbc" : " *" ,
915 "ext-pdo" : " *" ,
1016 "doctrine/dbal" : " ^3.3" ,
1117 "google/cloud-bigquery" : " ^1.23" ,
1218 "keboola/common-exceptions" : " ^1" ,
13- "keboola/php-datatypes" : " ^6.3" ,
19+ "keboola/php-datatypes" : " ^6.3|^7 " ,
1420 "keboola/php-utils" : " ^4.1" ,
1521 "keboola/retry" : " ^0.5.0"
1622 },
Original file line number Diff line number Diff line change @@ -45,13 +45,5 @@ services:
4545 privileged : true
4646 volumes :
4747 - exa-volume:/exa
48- production74 :
49- << : *prod
50- build :
51- context : .
52- dockerfile : Dockerfile.74
53- args :
54- - AWS_ACCESS_KEY_ID
55- - AWS_SECRET_ACCESS_KEY
5648volumes :
5749 exa-volume :
Original file line number Diff line number Diff line change 11FROM keboola/php-db-import-export
22
3- RUN pecl install xdebug-2.9.8 \
3+ RUN pecl install xdebug \
44 && docker-php-ext-enable xdebug
You can’t perform that action at this time.
0 commit comments