Skip to content

Commit 41c91e8

Browse files
committed
Update Dockerfile
1 parent 867b14f commit 41c91e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
1717
RUN update-alternatives --install /usr/local/bin/pip pip /usr/bin/pip3 1
1818

1919
RUN apt-get install -y build-essential && \
20+
pip install --no-cache-dir shapely && \
2021
pip install --no-cache-dir ${PIP_FLAGS} superannotate && \
2122
apt-get remove -y build-essential && \
2223
apt-get -y autoremove && \

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.8"
1+
__version__ = "2.5.9"

0 commit comments

Comments
 (0)