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 committed Jan 25, 2024
1 parent ffbc083 commit 00588d1
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 00588d1

Please sign in to comment.