Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
update mitogen
Browse files Browse the repository at this point in the history
Signed-off-by: BulatSaif <bulat@parity.io>
  • Loading branch information
BulatSaif committed May 22, 2024
1 parent 79d3697 commit 86391a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/mitogen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update -y && \
&& rm -rf /var/lib/apt/lists/*

RUN pip install --no-cache-dir pip --upgrade
RUN pip install --no-cache-dir ansible==5.10 google-auth requests jmespath
RUN pip install --no-cache-dir ansible==5.10 google-auth requests jmespath dnspython

RUN curl -fSL -o /usr/local/bin/subkey 'https://releases.parity.io/substrate/x86_64-debian%3Astretch/v3.0.0/subkey/subkey' \
&& chmod +x /usr/local/bin/subkey
Expand Down

0 comments on commit 86391a0

Please sign in to comment.