Skip to content

Commit 0def87f

Browse files
LucaNicosiaRyan Wolfe
authored andcommitted
Dockerfile: update PATH env variable to python3.9
Signed-off-by: LucaNicosia <luca.nicosia@stardustsystems.net>
1 parent 712c9a1 commit 0def87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN python3 -m pip install --no-cache-dir /tmp/suzieq-$version-py3-none-any.whl
2222
rm -rf /tmp/* /var/tmp/*
2323

2424
VOLUME [ "/home/$username/parquet" ]
25-
26-
ENV PATH=/root/.local/bin:$PATH:/root/.local/lib/python3.7/site-packages/suzieq/cli/:/root/.local/lib/python3.7/site-packages/suzieq/poller/:/root/.local/lib/python3.7/site-packages/suzieq/restServer
25+
26+
ENV PATH=/root/.local/bin:$PATH:/root/.local/lib/python3.9/site-packages/suzieq/cli/:/root/.local/lib/python3.9/site-packages/suzieq/poller/:/root/.local/lib/python3.9/site-packages/suzieq/restServer
2727

2828
ENV SQENV=docker
2929

0 commit comments

Comments
 (0)