Skip to content

Commit

Permalink
DATAGO-71875: Change bash to ash in the terraform script (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmeldrum authored Feb 20, 2024
1 parent 6a802c9 commit e681db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/application/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.tar.g

COPY .terraformrc /root/.terraformrc

RUN printf '#!/bin/bash\ntofu $*' > /opt/ema/terraform/terraform
RUN printf '#!/bin/ash\ntofu $*' > /opt/ema/terraform/terraform
RUN chmod +x /opt/ema/terraform/terraform

ENV PATH $PATH:/opt/ema/terraform
Expand Down

0 comments on commit e681db9

Please sign in to comment.