Skip to content

Commit

Permalink
Add nano and vim-tiny for usability in interactive prompt
Browse files Browse the repository at this point in the history
Resolves #177
  • Loading branch information
corneliusroemer committed Sep 9, 2023
1 parent 95cea4f commit b6e83d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,10 @@ SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
# less: for usability in an interactive prompt
# libgomp1: for running FastTree
# libsqlite3: for pyfastx (for Augur)
# nano: for usability in an interactive prompt
# perl: for running VCFtools
# ruby: may be used by workflows
# vim-tiny: for usability in an interactive prompt
# wget: may be used by workflows
# zlib1g: for pyfastx (for Augur)
# nodejs: for running Auspice
Expand All @@ -396,9 +398,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
less \
libgomp1 \
libsqlite3-0 \
nano \
perl \
ruby \
util-linux \
vim-tiny \
wget \
xz-utils \
zip unzip \
Expand Down

0 comments on commit b6e83d5

Please sign in to comment.