From 6753520f7d940b23c18221334033a847b2f25d13 Mon Sep 17 00:00:00 2001 From: Aaron Mussig Date: Wed, 24 Apr 2024 11:40:25 +1000 Subject: [PATCH] build(docker): Remove line continuation. [skip ci] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 696d735..080e45c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ ENV GTDBTK_DATA_PATH="/refdata/" # --------------------------- INSTALL PIP PACKAGES --------------------------- # # ---------------------------------------------------------------------------- # RUN python -m pip install --upgrade pip && \ - python -m pip install gtdbtk==${VER} \ + python -m pip install gtdbtk==${VER} # ---------------------------------------------------------------------------- # # ---------------------------- SET THE ENTRYPOINT ---------------------------- #