Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
job-builder-secure: add support for pymssql (#2908)
Why Currently, the base secure image does not contain the required libraries for `pymssql` Python package. What Installed required native dependencies. Testing Done Locally through the following command: ``` docker buildx build -f versatile-data-kit/projects/control-service/projects/job-builder-secure/Dockerfile.python.vdk -t test-image-tag . --build-arg job_githash=localhsh1 --build-arg base_image=registry.hub.docker.com/versatiledatakit/data-job-base-python-3.9-secure:latest --build-arg job_name="data_job_name" --progress=plain ``` Signed-off-by: Miroslav Ivanov [email protected] Signed-off-by: Miroslav Ivanov [email protected]
- Loading branch information