From 00588d10daa9dd202646d10c4c8ac1bff193c3d4 Mon Sep 17 00:00:00 2001 From: Leonard Mocanu Date: Thu, 25 Jan 2024 22:40:21 +0200 Subject: [PATCH] chore: fixes taraxa-sign script --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 076909c31b..8e28f32b14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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