memex-in commited on
Commit
bf62ecd
·
verified ·
1 Parent(s): eb73482

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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