Skip to content

Commit

Permalink
chore: test group ownership change for taq binary
Browse files Browse the repository at this point in the history
  • Loading branch information
GImbrailo committed Jul 21, 2022
1 parent 803dfbd commit 706d4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ADD https://github.com/ecadlabs/taqueria/releases/download/v0.8.0/taq-linux /bin

# Make the binary executable
RUN chmod +x /bin/taq
RUN chown root:1001 /bin/taq

ENV PATH="/bin:{$PATH}"

Expand Down

0 comments on commit 706d4a3

Please sign in to comment.