From baf074bc995094ae13cb4efd34af1b639d9a9f64 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Mon, 28 Aug 2023 10:10:53 -0400 Subject: [PATCH] Remove gratuitous install --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4a837d..239e899 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM continuumio/miniconda3 LABEL maintainer="Jonathan Guyer " RUN apt-get update \ - && apt-get install --no-install-recommends -y \ && apt-get install --no-install-recommends --yes \ graphviz \ imagemagick \