fix dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user