Skip to content

Commit

Permalink
Updating Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Jul 18, 2023
1 parent 8e99838 commit 54f5c5c
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 @@ -32,7 +32,7 @@ COPY . /make_prg

RUN poetry run pip install -U pip \
&& poetry install --no-ansi --only main --all-extras \
&& make_prg --version && pytest tests
&& make_prg --version && poetry run pytest tests

# workaround required for pyinstaller to work
RUN cp -vr /usr/bin/* /usr/sbin/
Expand Down

0 comments on commit 54f5c5c

Please sign in to comment.