comparison Dockerfile @ 4:a657c8343dd0 draft

planemo upload commit 5080d34b4b5154190fb0c351ac20cd93ad156489
author galaxytrakr
date Mon, 16 Mar 2026 15:13:28 +0000
parents 719889ec4e14
children b23f76d954e5
comparison
equal deleted inserted replaced
3:806262ab8081 4:a657c8343dd0
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
14 ENV DEBIAN_FRONTEND=noninteractive 15 ENV DEBIAN_FRONTEND=noninteractive
15 16
16 # Install all the dependencies needed to build our tools. 17 # Install all the dependencies needed to build our tools.
17 RUN apt-get update && apt-get install -y --no-install-recommends \ 18 RUN apt-get update && apt-get install -y --no-install-recommends \
18 wget \ 19 wget \