From be35e6a1c27e5b18844c04cb8e15fa5a4a72d9d9 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 20 Jun 2024 13:58:00 +0200 Subject: [PATCH] remove software-properties-common which was creating a group 999 --- Dockerfile.python | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.python b/Dockerfile.python index ccba445..15028c1 100644 --- a/Dockerfile.python +++ b/Dockerfile.python @@ -11,7 +11,6 @@ CMD ["shiny-server"] # install dependencies RUN apt-get update \ && apt-get install -y \ - software-properties-common \ wget \ nano \ wget \ -- GitLab