Mercurial > repos > jpayne > refchooser
comparison Dockerfile @ 5:b23f76d954e5 draft
planemo upload commit 9b0280377fda46503e57d9a777f08327ae794625
| author | galaxytrakr |
|---|---|
| date | Mon, 16 Mar 2026 15:17:45 +0000 |
| parents | a657c8343dd0 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:a657c8343dd0 | 5:b23f76d954e5 |
|---|---|
| 9 # Set versions for our tools to make updates easy. | 9 # Set versions for our tools to make updates easy. |
| 10 ARG MASH_VER="2.3" | 10 ARG MASH_VER="2.3" |
| 11 ARG PYTHON_VER="3.8" | 11 ARG PYTHON_VER="3.8" |
| 12 | 12 |
| 13 # Avoid interactive prompts during apt-get install. | 13 # Avoid interactive prompts during apt-get install. |
| 14 | |
| 15 ENV DEBIAN_FRONTEND=noninteractive | 14 ENV DEBIAN_FRONTEND=noninteractive |
| 16 | 15 |
| 17 # Install all the dependencies needed to build our tools. | 16 # Install all the dependencies needed to build our tools. |
| 18 RUN apt-get update && apt-get install -y --no-install-recommends \ | 17 RUN apt-get update && apt-get install -y --no-install-recommends \ |
| 19 wget \ | 18 wget \ |
