Skip to content

Commit

Permalink
Use official git repo to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
juztas committed Jun 21, 2024
1 parent ca044ae commit 455e0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogole-api/packaging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN git clone https://github.com/sdn-sense/sense-o-py-client.git /opt/sense-o-py
cd /opt/sense-o-py-client && pip3 install -r requirements.txt && pip3 install .

# Install RTMON (TODO, replace to ESnet repo once merged)
RUN git clone https://github.com/juztas/sense-rtmon.git /opt/sense-rtmon && \
RUN git clone https://github.com/esnet/sense-rtmon.git /opt/sense-rtmon && \
cd /opt/sense-rtmon/autogole-api/ && pip3 install -r requirements.txt && pip3 install . && \
cp src/templates/* /etc/rtmon/templates/

Expand Down

0 comments on commit 455e0b4

Please sign in to comment.