python ccxt
This commit is contained in:
parent
d39efaa7ae
commit
5e9e5d6c05
@ -2,7 +2,8 @@ FROM debian:latest
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y install curl && \
|
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 && \
|
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 addgroup --system --gid 10000 dabo
|
||||||
RUN adduser --system --disabled-password --disabled-login --gid 10000 --uid 10000 --home /dabo/home dabo
|
RUN adduser --system --disabled-password --disabled-login --gid 10000 --uid 10000 --home /dabo/home dabo
|
||||||
ENV LANG en_US.utf8
|
ENV LANG en_US.utf8
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: '3.6'
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
dabo-bot:
|
dabo-bot:
|
||||||
|
Loading…
Reference in New Issue
Block a user