Skip to content

Commit

Permalink
removing old hack
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jun 8, 2023
1 parent 664602c commit 10b8ba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN curl -sSL https://install.python-poetry.org | python3 - && \
# only copy poetry package specs to minimize rebuilding of image layers
WORKDIR /rosys
COPY pyproject.toml ./
RUN poetry config experimental.new-installer false

# Allow installing dev dependencies to run tests
ARG INSTALL_DEV=true
Expand Down

0 comments on commit 10b8ba3

Please sign in to comment.