From 4f4359830a4466d7f12b84fb719759d6c664cbd0 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Mon, 15 Nov 2021 12:41:14 +0000 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7067a8..98c80a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN apt-get update \ && apt-get install -y python3-dev python3-pip \ && pip3 install --upgrade pip --user \ && pip3 install python-language-server flake8 autopep8 \ - && pip3 install pytest pylint bandit black pytest-django six pytest-mock + && pip3 install pytest pylint bandit black pytest-django six pytest-mock \ && apt-get install -y yarn \ && apt-get clean \ && apt-get auto-remove -y \