From d3f0e3661592888667dd8b8bb7be9f79347ec647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20M=C3=B8rk=20Hegnh=C3=B8j?= Date: Thu, 31 Aug 2023 00:05:26 +0200 Subject: [PATCH] include tree in container image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikkel Mørk Hegnhøj --- .devcontainer/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 437f651..c408585 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -17,7 +17,8 @@ RUN apt-get update && apt-get install -y \ golang-go \ build-essential libssl-dev pkg-config\ glibc-source \ - ca-certificates + ca-certificates \ + tree # Install Rust RUN curl https://sh.rustup.rs -sSf | bash -s -- -y