From b4d60f70f22d88d1e15b28c864fe70d4f7a1a772 Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines <863613+drhelius@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:39:21 +0200 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9e93438..b0dd8e6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update \ gdb \ vim \ cmake \ - && rm -rf /var/lib/apt/lists/* + && rm -rf /var/lib/apt/lists/* \ && apt-get autoremove -y && apt-get clean -y # Default to bash shell (other shells available at /usr/bin/fish and /usr/bin/zsh)