This commit is contained in:
2024-08-09 22:46:20 -04:00
parent 03f14248e9
commit d915a0dfd4
13 changed files with 113 additions and 15 deletions
+6 -3
View File
@@ -3,12 +3,15 @@ FROM python:3.10-slim
ARG FROM_DIR=docker_dev/market_data/alpaca_md_day
# Update the package list and install required packages
RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get install -y \
apt-utils \
libpq-dev \
build-essential
RUN apt-get update && apt-get install -y rsync openssh-client
RUN apt-get update && apt-get install -y --no-install-recommends \
software-properties-common \
curl \
rsync \
openssh-client \
parallel \
jq