Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 6, 2025
1 parent 3f52189 commit b34cf63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vhs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ghcr.io/carapace-sh/shell

RUN apt-get update && apt-get install -y chromium ffmpeg fonts-jetbrains-mono git
RUN apt-get update && apt-get install -y chromium ffmpeg fonts-jetbrains-mono

RUN apt-get install -y git go
RUN git clone https://github.com/rsteube/vhs --depth 1 \
&& cd vhs \
&& GOBIN=/usr/local/bin/ go install
Expand Down

0 comments on commit b34cf63

Please sign in to comment.