Skip to content

Commit

Permalink
Updated requirements in Docker TestContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 5, 2024
1 parent eb84e19 commit c404afa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/resources/test_container/full/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ RUN curl -s https://x-up.s3.amazonaws.com/7.x/24.1.1/EXAplus-24.1.1.tar.gz | tar
ENV EXAPLUS=/downloads/EXAplus/exaplus

COPY deps/requirements.txt requirements.txt
RUN python3.10 -m pip install pip -u
RUN python3.10 -m pip install pip --upgrade
RUN python3.10 -m pip install -r requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pyodbc<5.0.0
pytz
lxml
docker
Expand Down

0 comments on commit c404afa

Please sign in to comment.