diff --git a/contrib/Dockerfile b/contrib/Dockerfile
index 18868378490c24e1e240fa47abc60c9f0292cb35..50d7ff8929a95d03320a19d22f029eec841203c0 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