Skip to content
Snippets Groups Projects
Commit 65ef69d1 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

sqlite3 not needed

parent 3e66ff02
No related branches found
No related tags found
1 merge request!6docker image for CI and more cleanup
...@@ -6,7 +6,7 @@ COPY ./requirements.txt . ...@@ -6,7 +6,7 @@ COPY ./requirements.txt .
# install libleveldb required by plyvel # install libleveldb required by plyvel
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y sqlite3 libleveldb-dev DEBIAN_FRONTEND=noninteractive apt-get install -y libleveldb-dev
# install python requirements # install python requirements
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment