Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Dec 7, 2023
1 parent e26b179 commit 905b4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
gcc g++ libffi-dev libpcre3-dev build-essential cargo \
libxml2-dev libxslt-dev cmake gfortran libopenblas-dev liblapack-dev pkg-config ninja-build \
autoconf automake zlib1g-dev libjpeg62-turbo-dev libssl-dev
autoconf automake zlib1g-dev libjpeg62-turbo-dev libssl-dev libsqlite3-dev

# Create virtual enviroment
RUN python -m venv /opt/venv && /opt/venv/bin/pip install --no-cache-dir -U pip setuptools wheel
Expand Down

0 comments on commit 905b4a9

Please sign in to comment.