Skip to content

Commit

Permalink
ensure setup.py is run as fidesuser in docker build (#4446)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsachs committed Nov 20, 2023
1 parent d57f15e commit 1b1e9b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,10 @@ FROM backend as prod
# Copy frontend build over
COPY --from=built_frontend /fides/clients/admin-ui/out/ /fides/src/fides/ui-build/static/admin

USER root
# Install without a symlink
RUN python setup.py sdist

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

# Remove this directory to prevent issues with catch all
Expand Down

0 comments on commit 1b1e9b1

Please sign in to comment.