forked from EvergreenCrypto/docker-finance
Dockerfiles: remove PHP codenixsv/coingecko-api
Replaced by custom implementation.
This commit is contained in:
@@ -67,7 +67,6 @@ RUN apt install -y php php-bcmath php-curl php-gmp
|
||||
USER builder
|
||||
WORKDIR /usr/local/lib/php
|
||||
RUN composer require ozdemirburak/json-csv
|
||||
RUN composer require codenix-sv/coingecko-api
|
||||
RUN composer require ccxt/ccxt
|
||||
# "Sunsetted" Coinbase Pro
|
||||
RUN composer require mocking-magician/coinbase-pro-sdk
|
||||
|
||||
@@ -94,7 +94,6 @@ WORKDIR /usr/local/lib/php
|
||||
# NOTE: Coinbase Pro has been "sunsetted"
|
||||
#RUN composer require mocking-magician/coinbase-pro-sdk
|
||||
RUN composer require ozdemirburak/json-csv
|
||||
RUN composer require codenix-sv/coingecko-api
|
||||
RUN composer require ccxt/ccxt
|
||||
USER root
|
||||
RUN sed -i \
|
||||
|
||||
@@ -93,7 +93,6 @@ RUN stack install --local-bin-path=/usr/local/bin
|
||||
WORKDIR /usr/local/lib/php
|
||||
#RUN composer require mocking-magician/coinbase-pro-sdk
|
||||
RUN composer require ozdemirburak/json-csv
|
||||
RUN composer require codenix-sv/coingecko-api
|
||||
RUN composer require ccxt/ccxt
|
||||
|
||||
# Minimum requirements (python)
|
||||
|
||||
Reference in New Issue
Block a user