Skip to content

Commit

Permalink
Correct the tool dockerfil (#809)
Browse files Browse the repository at this point in the history
Update Dockerfile

Signed-off-by: Ritwik G <[email protected]>
  • Loading branch information
ritwik-g authored Oct 19, 2024
1 parent b005ad4 commit 826fc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/structure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -U pip
WORKDIR /app
COPY requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install pip install opentelemetry-distro opentelemetry-exporter-otlp && opentelemetry-bootstrap -a install
RUN pip install opentelemetry-distro opentelemetry-exporter-otlp && opentelemetry-bootstrap -a install
# Copy the contents of your project directory into the container at /app
COPY src /app/src/
WORKDIR /app/src
Expand Down

0 comments on commit 826fc71

Please sign in to comment.