Skip to content

Commit

Permalink
poetry assume we want to install local package BLT
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 committed Jan 5, 2025
1 parent 38abec4 commit 86c63c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN pip install poetry
RUN poetry config virtualenvs.create false
COPY pyproject.toml poetry.lock* ./
RUN poetry lock
RUN poetry install
RUN poetry install --no-root

# Install additional Python packages
RUN pip install opentelemetry-api opentelemetry-instrumentation
Expand Down

0 comments on commit 86c63c3

Please sign in to comment.