Skip to content

Commit 3e3ee0f

Browse files
committed
doh
1 parent 7ce78d0 commit 3e3ee0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vhs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM ghcr.io/carapace-sh/shell
33
RUN apt-get update && apt-get install -y chromium ffmpeg fonts-jetbrains-mono
44

55

6-
RUN curl -L https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64 > /usr/local/ttyd \
7-
&& chmod +x /usr/local/ttyd
6+
RUN curl -L https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64 > /usr/local/bin/ttyd \
7+
&& chmod +x /usr/local/bin/ttyd
88

99
RUN apt-get install -y git
1010
RUN curl -L https://go.dev/dl/go1.23.4.linux-amd64.tar.gz | tar -C /usr/local -xzf -

0 commit comments

Comments
 (0)