Skip to content

Commit

Permalink
Merge pull request #1393 from kaytu-io/fix-steampipe-upgrade
Browse files Browse the repository at this point in the history
fix: grant permission to all steampipe files
  • Loading branch information
artaasadi authored Jul 31, 2024
2 parents f85134c + 9600d16 commit d11f5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/AnalyticsWorkerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ COPY --from=kaytu /steampipe-plugin-kaytu.plugin /home/steampipe/.steampipe/plug
USER root
RUN useradd -m -s /bin/bash steampipe
RUN mkdir -p /home/steampipe/.steampipe/config
RUN chown -R steampipe:steampipe /home/steampipe/.steampipe
RUN chmod -R 755 /home/steampipe/.steampipe
RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN apt update
RUN apt install -y procps htop
USER steampipe
Expand Down

0 comments on commit d11f5f9

Please sign in to comment.