Skip to content

Commit

Permalink
chore: Remove azle extension (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxgst authored Jan 16, 2025
1 parent 64787ca commit 8126c8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions azle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] install-dfx-extension

# Clean apt
RUN apt-get autoremove && apt-get clean

0 comments on commit 8126c8a

Please sign in to comment.