Skip to content

Commit

Permalink
fix: Ensure /tmp has right permissions set (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-stone committed Mar 10, 2023
1 parent 95d9c13 commit d743ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN /tmp/install.sh
RUN /tmp/post-install.sh
RUN rm -rf /tmp/* /var/*
RUN ostree container commit
RUN mkdir -p /var/tmp && chmod -R 1777 /var/tmp
RUN mkdir -p /var/tmp && chmod -R 1777 /tmp /var/tmp

0 comments on commit d743ca0

Please sign in to comment.