BUG Project fails to build in DevContainer
Description
After cloning the project and building the the project using the Dockerfile, the build fails during the installation of mssql-tools. There is a following issue:
E: Unable to locate package mssql-tools
Steps/Code to Reproduce
Select the option of "DevContainers: Reopen in Container"
Screenshots
Versions
- OS: macOS 15.5
- IDE: VSCode
- PyRIT version: v0.9.0
FYI @bashirpartovi
@adityapatel1010 are you pulling the latest version of the repo? Are you using Docker Desktop?
Thank you for looking into the issue. Yes @bashirpartovi, I have pulled the latest version of the repo and I have used Docker Desktop for running the DevContainer tool.
@adityapatel1010 What's your machine's architecture? ARM?
@bashirpartovi I am using Macbook M3 with Apple Silicon (ARM64). But, I think there is a problem with export path statement in the Dockerfile 'echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> /etc/profile.d/sqltools.sh', where it is not able to locate the mssql-tools directory.