From bc4f0f159c4bd034a06035fe4e3d7e5c4ca891a4 Mon Sep 17 00:00:00 2001 From: Ash O'Farrell Date: Tue, 8 Oct 2024 19:19:02 -0700 Subject: [PATCH] Remove redundant sed install --- install/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/install/Dockerfile b/install/Dockerfile index 3a293d2d..c9f6c4fe 100644 --- a/install/Dockerfile +++ b/install/Dockerfile @@ -6,7 +6,6 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \ git wget \ ca-certificates \ sudo python3 python3-pip -RUN apt-get upgrade -y sed # faSomeRecords and faSize are needed for the UShER WDL workflow WORKDIR /HOME/kentsource RUN wget http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/faSomeRecords