From 4f4733255440975b17bdb08e396007787488f1ae Mon Sep 17 00:00:00 2001 From: Shane Frasier Date: Mon, 19 Dec 2022 12:14:29 -0500 Subject: [PATCH] Prefer long command line options Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bd1bf1..5f613b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -141,7 +141,7 @@ RUN apt-get install --quiet --quiet --yes \ --no-install-recommends --no-install-suggests \ $DEPS \ && apt-get clean \ - && rm -rf /var/lib/apt/lists/* + && rm --recursive --force /var/lib/apt/lists/* # Manually set up the virtual environment, copying the venv over from # the compile stage