diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 18868378..50d7ff89 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -17,6 +17,7 @@ RUN apt update && apt install -y --no-install-recommends \ time \ ecdsautils \ lua-check \ + shellcheck \ && rm -rf /var/lib/apt/lists/* RUN useradd -d /gluon gluon