From 8126c8a395d69b86b99a78017d734f003ca42958 Mon Sep 17 00:00:00 2001 From: Elias Datler <46360620+fxgst@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:10:42 +0100 Subject: [PATCH] chore: Remove azle extension (#19) --- azle/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/azle/Dockerfile b/azle/Dockerfile index c77f676..8a3e996 100644 --- a/azle/Dockerfile +++ b/azle/Dockerfile @@ -7,8 +7,5 @@ RUN apt -yqq install --no-install-recommends curl ca-certificates libunwind-dev RUN DFX_VERSION=0.24.3 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" ENV PATH="/root/.local/share/dfx/bin:$PATH" -# Install azle extension -RUN npx azle@0.24.1 install-dfx-extension - # Clean apt RUN apt-get autoremove && apt-get clean