update docker dev image (#2985)
This commit is contained in:
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
|
||||
unzip \
|
||||
pkg-config \
|
||||
libssl-dev \
|
||||
bear \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& apt-get clean
|
||||
|
||||
@@ -41,7 +42,8 @@ RUN python3 -m pip install --no-cache-dir \
|
||||
pytest \
|
||||
black \
|
||||
isort \
|
||||
icdiff
|
||||
icdiff \
|
||||
pre-commit
|
||||
|
||||
# Install diff-so-fancy
|
||||
RUN curl -LSso /usr/local/bin/diff-so-fancy https://github.com/so-fancy/diff-so-fancy/releases/download/v1.4.4/diff-so-fancy \
|
||||
|
||||
Reference in New Issue
Block a user