Skip to content

Commit

Permalink
Merge pull request #254 from nodlesh/fix-dockerfile-decouple
Browse files Browse the repository at this point in the history
fix pip install in dockerfile
  • Loading branch information
nodlesh authored Jul 17, 2024
2 parents 7f0cef0 + 43deebe commit 6085587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aries-mobile-tests/Dockerfile.harness
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ RUN pip install -r requirements.txt

RUN \
echo "==> Install stuff not in the requirements..." && \
pip install --upgrade pip && \
pip install --no-cache-dir \
aiohttp \
aiohttp && \
pip install --no-cache-dir \
python-decouple

Expand Down

0 comments on commit 6085587

Please sign in to comment.