Skip to content

Commit 774e772

Browse files
committed
Add build-essential to docker image
1 parent 6f56e81 commit 774e772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
2020
libpq-dev postgresql-client postgresql-client-common python3-psycopg2 \
2121
libgl1-mesa-dev libgtk2.0-dev libatlas-base-dev \
2222
tesseract-ocr tesseract-ocr-all \
23-
libopenblas-dev \
23+
libopenblas-dev build-essential \
2424
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
2525
&& rm -rf /var/lib/apt/lists/*
2626

0 commit comments

Comments
 (0)