Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Use the remixproject/remix-ide image as the base image
|
2 |
FROM node:20-alpine
|
3 |
RUN apk update
|
|
|
4 |
RUN apk add git
|
5 |
RUN git clone https://github.com/ethereum/remix-project.git
|
6 |
WORKDIR remix-project
|
|
|
1 |
# Use the remixproject/remix-ide image as the base image
|
2 |
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
|