diff --git a/docker/python b/docker/python index 78a43fe..ef0e485 100644 --- a/docker/python +++ b/docker/python @@ -6,7 +6,7 @@ ARG PAT_TOKEN RUN apk add --no-cache git RUN pip install --no-cache-dir "git+https://$PAT_TOKEN@github.com/deploymenttheory/jamftf-python-terraform-importer@main#egg=jamftf" -RUN pip install --no-cache-dir "git+https://$PAT_TOKEN@github.com/thejoeker12/jamfpy@main#egg=jamfpy" +RUN pip install --no-cache-dir "git+https://github.com/thejoeker12/jamfpy-python-sdk-jamfpro@main#egg=jamfpy" # unbuffered mode better for output