Skip to content

Commit

Permalink
simpler docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
yanliu38 committed Aug 13, 2024
1 parent 6e0ec0a commit bdc1d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN mkdir $HOME
WORKDIR $HOME

# Install dfx
RUN DFXVM_INIT_YES=yes sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
RUN XDG_DATA_HOME=/usr/local DFXVM_INIT_YES=yes sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"

ENV PATH=$HOME/.local/share/dfx/bin:$PATH
ENV PATH=/usr/local/dfx/bin:$PATH

# Install cargo-make
RUN cargo install cargo-make
Expand Down

0 comments on commit bdc1d83

Please sign in to comment.