We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce78d0 commit 3e3ee0fCopy full SHA for 3e3ee0f
vhs/Dockerfile
@@ -3,8 +3,8 @@ FROM ghcr.io/carapace-sh/shell
3
RUN apt-get update && apt-get install -y chromium ffmpeg fonts-jetbrains-mono
4
5
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
+RUN curl -L https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64 > /usr/local/bin/ttyd \
+ && chmod +x /usr/local/bin/ttyd
8
9
RUN apt-get install -y git
10
RUN curl -L https://go.dev/dl/go1.23.4.linux-amd64.tar.gz | tar -C /usr/local -xzf -
0 commit comments