Skip to content

Commit

Permalink
feat: add alias (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmacq-dev authored Jun 2, 2023
1 parent c3ad0ee commit 9055c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ RUN gosu atlantis bash -l -c " \

# Additional cleanup
RUN rm -rf /tmp/*
# Add alias
RUN alias jq=gojq

# Set atlantis login shell to bash
RUN sed -i s#atlantis:/sbin/nologin#atlantis:/bin/bash#g /etc/passwd
Expand Down

0 comments on commit 9055c15

Please sign in to comment.