From 88fa8a0c17ae44d859ac9398611d2b47bcbc113d Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Mon, 24 Jun 2024 19:04:54 +0200 Subject: [PATCH] Update Dockerfile (#44) --- src/AliasVault.WebApp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AliasVault.WebApp/Dockerfile b/src/AliasVault.WebApp/Dockerfile index 92847f419..e95d08b33 100644 --- a/src/AliasVault.WebApp/Dockerfile +++ b/src/AliasVault.WebApp/Dockerfile @@ -8,7 +8,7 @@ ARG BUILD_CONFIGURATION=Release WORKDIR /src # Install Python which is required by the WebAssembly tools -RUN apt-get update && apt-get install -y python3 +RUN apt-get update && apt-get install -y python3 && apt-get clean # Install the WebAssembly tools RUN dotnet workload install wasm-tools