Dockerfiles: remove PHP codenixsv/coingecko-api

Replaced by custom implementation.
This commit is contained in:
2024-06-15 22:02:31 -07:00
parent 1dce605854
commit 55c893e010
3 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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 \

View File

@@ -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)