Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
RUN apt update
|
4 |
-
RUN apt install -y cmake make gcc g++ git curl
|
5 |
RUN curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
6 |
RUN apt install -y nodejs
|
7 |
RUN npm i -g yarn
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
RUN apt update
|
4 |
+
RUN apt install -y cmake make gcc g++ git curl sudo
|
5 |
RUN curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
6 |
RUN apt install -y nodejs
|
7 |
RUN npm i -g yarn
|