From 5e9e5d6c053b29da9097f57402b17a538565e303 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 25 Mar 2024 17:07:04 +0100 Subject: [PATCH] python ccxt --- Dockerfile | 3 ++- docker-compose.yml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1774ee1..7d527c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM debian:latest RUN apt-get update && \ apt-get -y install curl && \ curl https://gitea.ds9.dedyn.io/olli/debian.ansible.docker/raw/branch/main/build-debian-env.sh >build-debian-env.sh && \ - bash -ex build-debian-env.sh + bash -ex build-debian-env.sh && \ + git clone https://github.com/ccxt/ccxt.git --depth 1 RUN addgroup --system --gid 10000 dabo RUN adduser --system --disabled-password --disabled-login --gid 10000 --uid 10000 --home /dabo/home dabo ENV LANG en_US.utf8 diff --git a/docker-compose.yml b/docker-compose.yml index b9142c1..2c532b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.6' services: dabo-bot: