Skip to content

Commit

Permalink
change /bin/sh link to /bin/bash instead of dash
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEverling committed Feb 11, 2024
1 parent de668e1 commit 37a9c21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ COPY --chown=root:root --chmod=0755 ./src/ ./

RUN <<-"EOD" bash
set -eu;
# Set default shell to /bin/bash
ln -sf /bin/bash /bin/sh;
echo "Ocie: Setting up environment";
echo "OCIE_BIN=/usr/sbin" >> /etc/environment;
echo "OCIE_HOME=${OCIE_HOME}" >> /etc/environment;
Expand Down

0 comments on commit 37a9c21

Please sign in to comment.