diff --git a/Dockerfile b/Dockerfile index f98d92f..532eeb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} /tmp/* /var/tmp/* RUN pip3 install --upgrade pip && \ - pip3 install empy \ + pip3 install empy==3.3.4 \ future \ jinja2 \ kconfiglib \