Skip to content

Commit

Permalink
Fix dockerfile by becoming root
Browse files Browse the repository at this point in the history
  • Loading branch information
John Joyce committed Jul 1, 2024
1 parent a515546 commit b1f0529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/datahub-actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ARG APP_ENV=prod

FROM acryldata/datahub-ingestion-base:head-full as prod-install
COPY datahub-actions /actions-src

USER root

RUN mkdir -p /etc/datahub/actions && mkdir -p /tmp/datahub/logs/actions/system
RUN cd /actions-src && \
pip install "." && \
Expand Down

0 comments on commit b1f0529

Please sign in to comment.