Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu
|
|
3 |
RUN apt update
|
4 |
RUN apt install git -y
|
5 |
|
6 |
-
RUN apt-get install build-essential cmake git libjson-c-dev libwebsockets-dev
|
7 |
RUN git clone https://github.com/tsl0922/ttyd.git
|
8 |
|
9 |
RUN cd ttyd && mkdir build && cd build
|
|
|
3 |
RUN apt update
|
4 |
RUN apt install git -y
|
5 |
|
6 |
+
RUN apt-get install build-essential cmake git libjson-c-dev libwebsockets-dev -y
|
7 |
RUN git clone https://github.com/tsl0922/ttyd.git
|
8 |
|
9 |
RUN cd ttyd && mkdir build && cd build
|