From 1f886e6947e480ac387bda3b6061d7a065fe4341 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Tue, 11 Jul 2023 12:48:15 +0200 Subject: [PATCH] Fix continuation (fixing a warning) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9453aec..923cb37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN apt-get update \ locales \ supervisor \ && pip install --no-cache-dir pandas \ - && rm -rf /var/lib/apt/lists/* \ + && rm -rf /var/lib/apt/lists/* # manuel: avoid keeping bytecode ENV PYTHONDONTWRITEBYTECODE=1 -- GitLab