Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
bump to latest dfx version and remove unnecessary env variable
  • Loading branch information
letmejustputthishere authored Apr 29, 2024
1 parent 25516c7 commit 4acdac7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=linux/amd64 rust:1.75-slim-bookworm
ENV NVM_DIR=/root/.nvm
ENV NVM_VERSION=v0.39.7
ENV NODE_VERSION=21.5.0
ENV DFX_VERSION=0.18.0
ENV DFX_VERSION=0.19.0
ENV POCKET_IC_SERVER_VERSION=3.0.1
ENV POCKET_IC_PYTHON_VERSION=2.1.0

Expand All @@ -20,7 +20,6 @@ RUN . "${NVM_DIR}/nvm.sh" && nvm alias default v${NODE_VERSION}
# Install dfx
RUN DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
ENV PATH="/root/.local/share/dfx/bin:$PATH"
ENV DFX_VERSION=

# Add wasm32-unknown-unknown target
RUN rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 4acdac7

Please sign in to comment.