Skip to content
Snippets Groups Projects
Commit f503f663 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

update Docker and Singularity files to use with SQLite3

parent 07326be1
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ RUN apt-get update -y && apt-get install -y cmake \
swig \
clustalw \
python-virtualenv \
libsqlite3-dev \
locales && \
# CLEANUP
rm -rf /var/lib/apt/lists/*
......
......@@ -55,8 +55,9 @@ apt-get update -y && apt-get install -y cmake \
doxygen \
swig \
clustalw \
python-virtualenv \
locales
python-virtualenv \
libsqlite3-dev \
locales
# SET LOCALE
############
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment