Skip to content

Commit 8197931

Browse files
committed
athos/dockerfile - fix path to library
1 parent 4f8d77e commit 8197931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/docker/athos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN pip install -q itsdangerous==2.0.1
2727
WORKDIR /apps
2828
COPY app.py app.py
2929
COPY supervisord.conf supervisord.conf
30-
RUN wget https://raw.githubusercontent.com/Advanced-Observability/cross-layer-telemetry/main/clt_genl.py
30+
RUN wget https://raw.githubusercontent.com/Advanced-Observability/cross-layer-telemetry/main/library/python/clt_genl.py
3131

3232
EXPOSE 15123
3333

0 commit comments

Comments
 (0)