memex-in commited on
Commit
3b40f23
·
verified ·
1 Parent(s): 45112a8

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 sudo 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
7
  RUN git clone https://github.com/tsl0922/ttyd.git
8
 
9
  RUN cd ttyd && mkdir build && cd build