Skip to content

Commit

Permalink
Merge branch 'trs/sqlite-cli'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Sep 5, 2024
2 parents ce11171 + a3f0eaf commit 0acdc79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
# libsqlite3: for pyfastx (for Augur)
# perl: for running VCFtools
# ruby: may be used by workflows
# sqlite3: for `augur merge`
# wget: may be used by workflows
# zlib1g: for pyfastx (for Augur)
# nodejs: for running Auspice
Expand All @@ -382,6 +383,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libsqlite3-0 \
perl \
ruby \
sqlite3 \
util-linux \
wget \
xz-utils \
Expand Down

0 comments on commit 0acdc79

Please sign in to comment.