diff Dockerfile @ 5:b23f76d954e5 draft

planemo upload commit 9b0280377fda46503e57d9a777f08327ae794625
author galaxytrakr
date Mon, 16 Mar 2026 15:17:45 +0000
parents a657c8343dd0
children
line wrap: on
line diff
--- a/Dockerfile	Mon Mar 16 15:13:28 2026 +0000
+++ b/Dockerfile	Mon Mar 16 15:17:45 2026 +0000
@@ -11,7 +11,6 @@
 ARG PYTHON_VER="3.8"
 
 # Avoid interactive prompts during apt-get install.
-
 ENV DEBIAN_FRONTEND=noninteractive
 
 # Install all the dependencies needed to build our tools.