Skip to content

Commit

Permalink
chore: fixes taraxa-sign script
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrap authored and MatusKysel committed Feb 26, 2024
1 parent c721fbe commit ed44835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Install required Python packages
RUN pip3 install click eth-account eth-utils
RUN pip3 install click eth-account eth-utils typing-extensions

ARG BUILD_OUTPUT_DIR
WORKDIR /root/.taraxa
Expand Down

0 comments on commit ed44835

Please sign in to comment.