Skip to content

Commit

Permalink
fix: install make
Browse files Browse the repository at this point in the history
  • Loading branch information
wikiwong committed Aug 22, 2023
1 parent bc6fdc3 commit ebb0058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-iota/js/deno/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXPOSE 3000
# install curl, so we can install nvm, so we can install node
ENV PATH="${PATH}:/usr/bin"
ENV NODE_VERSION=20.4.0
RUN apt update; apt install -y curl; apt install -y python3;
RUN apt update; apt install -y curl; apt install -y python3; apt-get install make;
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash

ENV NVM_DIR=/root/.nvm
Expand Down

0 comments on commit ebb0058

Please sign in to comment.