From 099e7be972a321037cd551611db62fb638131ad9 Mon Sep 17 00:00:00 2001 From: Joseph Date: Fri, 15 Nov 2024 13:17:29 +0000 Subject: [PATCH] another variation --- docker/python | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/python b/docker/python index cec78da..a7955d2 100644 --- a/docker/python +++ b/docker/python @@ -3,6 +3,7 @@ FROM python:3.13-alpine WORKDIR /app COPY ./requirements.txt . ARG PAT_TOKEN +ENV PAT_TOKEN=${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"