From 250b972b87e0fd2238ebeba8275687ef85b74c85 Mon Sep 17 00:00:00 2001 From: Chao Zhang Date: Wed, 24 Jul 2024 16:39:07 +0200 Subject: [PATCH] fix: Correct pip install command in utils Dockerfile --- utils/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/Dockerfile b/utils/Dockerfile index 082a297..111af85 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -11,15 +11,15 @@ ENV PYTHONUNBUFFERED=1 # We re-install binutils at the end because Python execve(2)s ld(1) to # load zeromq. -RUN PIP_INST="pip --no-cache install" \ +RUN PIP_INSTALL="pip --no-cache install" \ APK_ADD="apk add --no-cache"; \ $APK_ADD --virtual .build-deps gcc python3-dev \ libffi-dev musl-dev make \ && $APK_ADD libsodium-dev libsecp256k1-dev gmp-dev \ && $APK_ADD zeromq-dev findmnt \ - && $PIP_INST base58 pynacl \ - && $PIP_INST mnemonic pytezos requests \ - && $PIP_INST pyblake2 pysodium flask \ + && $PIP_INSTALL base58 pynacl \ + && $PIP_INSTALL mnemonic pytezos requests \ + && $PIP_INSTALL pyblake2 pysodium flask \ && apk del .build-deps \ && $APK_ADD jq netcat-openbsd curl binutils \ && $APK_ADD lz4