79142632

Date: 2024-10-30 20:08:21
Score: 0.5
Natty:
Report link

You can append the path to sqlcmd to your .bashrc file as part of your Dockerfile. Try adding this line to it:

RUN echo "export PATH=/opt/mssql-tools/bin/sqlcmd:${PATH}" >> /your_home_directory/.bashrc

You'd have to replace /your_home_directory with the path to your home directory within the container.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AcrKnight