Skip to content

Commit

Permalink
ACAS-802: Air gapped ACAS cannot install LDClient depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbolt committed Sep 27, 2024
1 parent cc7bbb5 commit 4451ba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN dnf install -y python311 python3.11-pip initscripts
RUN alternatives --install /usr/bin/python python /usr/bin/python3.11 1
RUN alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1
RUN pip install argparse requests psycopg2-binary
COPY --chown=runner:runner requirements.txt $ACAS_BASE/requirements.txt
RUN pip install -r $ACAS_BASE/requirements.txt

# node
ENV NPM_CONFIG_LOGLEVEL warn
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requests>=2.0.0, <3.0.0
Deprecated==1.2.10

0 comments on commit 4451ba9

Please sign in to comment.