Skip to content

Commit

Permalink
feat: dockerfile perms
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Jan 14, 2025
1 parent b4d96a4 commit 9321bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/SteampipeBaseImageDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN mkdir -p /home/steampipe/.steampipe/config
RUN mkdir -p /home/steampipe/.steampipe/db
RUN mkdir -p /home/steampipe/.steampipe/db/14.2.0
RUN chown -R steampipe:steampipe /home/steampipe
RUN chmod -R 755 /home/steampipe
RUN chmod -R 777 /home/steampipe
RUN apt update
RUN apt install -y procps htop
USER steampipe
Expand Down

0 comments on commit 9321bf9

Please sign in to comment.