Skip to content

Commit

Permalink
Merge pull request #1179 from gliderlabs/set-default-bash
Browse files Browse the repository at this point in the history
feat: use system bash to avoid extracting bash at runtime
  • Loading branch information
josegonzalez authored Mar 31, 2024
2 parents f766563 + 63fbee3 commit 0d64948
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 @@ -53,3 +53,4 @@ RUN /bin/herokuish buildpack install \
*/tmp
COPY include/default_user.bash /tmp/default_user.bash
RUN bash /tmp/default_user.bash && rm -f /tmp/default_user.bash
ENV BASH_BIN /usr/bin/bash

0 comments on commit 0d64948

Please sign in to comment.