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