Skip to content

Commit

Permalink
First version
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy authored Sep 20, 2024
1 parent 08297a0 commit 602072f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ COPY . /operator
WORKDIR /operator

ENV PYTHONPATH "${PYTHONPATH}:~/.pyenv/versions/3.9.0/bin/python3"
RUN python3 -m pip install -r ./requirements.txt
RUN --mount=type=secret,id=github_pat \
GH_PAT=$(cat /run/secrets/github_pat) \
python3 -m pip install -r ./requirements.txt

ENV TERCEN_SERVICE_URI https://tercen.com

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
git+https://github.com/tercen/[email protected]
git+https://${GH_PAT}@github.com/MY_ORGANISATION/MY_PRIVATE_REPO@VERSION

0 comments on commit 602072f

Please sign in to comment.