File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
python/sources/influxdb_3 Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 11FROM python:3.12.5-slim-bookworm
22
3- # TODO: remove this RUN block when done doing "@ git+" install in requirements.txt
4- # This should be done BEFORE merging PR
5- RUN apt-get update && \
6- apt-get install -y git && \
7- apt-get clean && \
8- rm -rf /var/lib/apt/lists/*
9-
103# Set environment variables for non-interactive setup and unbuffered output
114ENV DEBIAN_FRONTEND=noninteractive \
125 PYTHONUNBUFFERED=1 \
Original file line number Diff line number Diff line change 1- # TODO: remove "@ git+" version of install before merging PR
2- quixstreams [influxdb3 ] @ git+https://github.com/quixio/quix-streams.git@source/influxdb
1+ quixstreams [influxdb3 ]== 3.17.0
32python-dotenv
43python-dateutil
You can’t perform that action at this time.
0 commit comments