diff --git a/Dockerfile b/Dockerfile index 4cb2449..96b333a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ RUN set -eux \ musl-dev \ openssl-dev \ python3 \ - python3-dev + python3-dev \ + bash ARG VERSION=latest RUN set -eux \