Skip to content

Commit 30498a8

Browse files
committed
update to latest quixstreams (tested)
1 parent 5a27f79 commit 30498a8

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

python/sources/influxdb_3/dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
FROM 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
114
ENV DEBIAN_FRONTEND=noninteractive \
125
PYTHONUNBUFFERED=1 \
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
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
32
python-dotenv
43
python-dateutil

0 commit comments

Comments
 (0)