From 6b30e5c6dd684760365827e3d1335cfc1b40599f Mon Sep 17 00:00:00 2001 From: Dexter Chua Date: Thu, 31 Dec 2020 18:41:41 +0800 Subject: [PATCH] DOCK Don't install tempita (#967) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05f990c7d..634db74d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update \ && chmod a+x /tmp/uglifyjs && mv -t /usr/local/bin /tmp/uglifyjs RUN pip3 --no-cache-dir install pytest pytest-xdist pytest-instafail pytest-rerunfailures \ - pytest-httpserver pytest-cov selenium PyYAML flake8 black distlib mypy "Cython<3.0" Tempita + pytest-httpserver pytest-cov selenium PyYAML flake8 black distlib mypy "Cython<3.0" # Get firefox 70.0.1 and geckodriver RUN wget -qO- https://ftp.mozilla.org/pub/firefox/releases/70.0.1/linux-x86_64/en-US/firefox-70.0.1.tar.bz2 | tar jx \