Skip to content

Commit 8da7877

Browse files
committed
Fixed syntax issue
1 parent bea2c4b commit 8da7877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ RUN apt-get install -y cmake g++ pkg-config vim-common libwebsockets-dev libjson
161161
&& git clone https://github.com/tsl0922/ttyd.git \
162162
&& cd ttyd && mkdir build && cd build \
163163
&& cmake .. \
164-
&& make && make install
164+
&& make && make install \
165165
&& rm -rf /tmp/ttyd
166166

167167
#=============================================

0 commit comments

Comments
 (0)