memex-in commited on
Commit
e2e5520
·
verified ·
1 Parent(s): d42528e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,9 +3,11 @@ FROM node:20-alpine
3
  RUN apk update
4
  RUN apk add --no-cache python3 py3-pip
5
  RUN apk add git
 
6
  RUN git clone https://github.com/ethereum/remix-project.git
7
  WORKDIR remix-project
8
  RUN npm install --global yarn --force
 
9
  RUN yarn install
10
  RUN yarn build
11
  # Expose port 8080 to the host machine
 
3
  RUN apk update
4
  RUN apk add --no-cache python3 py3-pip
5
  RUN apk add git
6
+ RUN apk add wget
7
  RUN git clone https://github.com/ethereum/remix-project.git
8
  WORKDIR remix-project
9
  RUN npm install --global yarn --force
10
+ RUN yarn global add nx
11
  RUN yarn install
12
  RUN yarn build
13
  # Expose port 8080 to the host machine