Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elmiomar committed Jun 25, 2024
1 parent 4090748 commit 30c6a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pdrtest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y python-yaml nginx curl wget less sudo \
uwsgi uwsgi-plugin-python zip \
p7zip-full ca-certificates git
RUN pip install --upgrade pip 'setuptools==44.0.0'
RUN pip install funcsigs 'bagit>=1.6.3,<2.0' 'fs>=2.0.21' mako boto urlparse
RUN pip install funcsigs 'bagit>=1.6.3,<2.0' 'fs>=2.0.21' mako boto3 python-dotenv futures
COPY verify-asc.sh /usr/local/bin

# install multibag from source
Expand Down

0 comments on commit 30c6a3e

Please sign in to comment.