Skip to content

Commit

Permalink
Setuptools Handling of Dashes (#4794)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisdr authored and adamsachs committed Apr 12, 2024
1 parent 08bc968 commit c1d0a02
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 @@ -167,7 +167,7 @@ COPY --from=built_frontend /fides/clients/admin-ui/out/ /fides/src/fides/ui-buil
RUN python setup.py sdist

USER root
RUN pip install dist/ethyca-fides-*.tar.gz
RUN pip install dist/ethyca_fides-*.tar.gz

# Remove this directory to prevent issues with catch all
RUN rm -r /fides/src/fides/ui-build
Expand Down

0 comments on commit c1d0a02

Please sign in to comment.