fix dockerfile

This commit is contained in:
2021-11-15 12:41:14 +00:00
parent edf4429dd7
commit 4f4359830a

View File

@@ -45,7 +45,7 @@ RUN apt-get update \
&& apt-get install -y python3-dev python3-pip \ && apt-get install -y python3-dev python3-pip \
&& pip3 install --upgrade pip --user \ && pip3 install --upgrade pip --user \
&& pip3 install python-language-server flake8 autopep8 \ && 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 install -y yarn \
&& apt-get clean \ && apt-get clean \
&& apt-get auto-remove -y \ && apt-get auto-remove -y \