We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65616e commit 0485e76Copy full SHA for 0485e76
1 file changed
Dockerfile
@@ -33,11 +33,18 @@ RUN conda create -y --name snippy \
33
RUN conda create -y --name tb-profiler \
34
-c conda-forge -c bioconda \
35
sra-tools=3.2.1 \
36
- tb-profiler=6.6.3-0 \
+ tb-profiler=6.6.5 \
37
&& conda clean -afy \
38
&& rm -rf ~/.cache \
39
&& chmod -R a+rwXt /nextstrain/miniforge/envs/tb-profiler
40
41
+RUN conda create -y --name duckdb \
42
+ -c conda-forge \
43
+ duckdb-cli \
44
+ && conda clean -afy \
45
+ && rm -rf ~/.cache \
46
+ && chmod -R a+rwXt /nextstrain/miniforge/envs/duckdb
47
+
48
# Switch back to root. The entrypoint will drop to nextstrain:nextstrain as
49
# necessary when a container starts.
50
USER root
0 commit comments