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 f0ff32a commit c331a32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vhs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM ghcr.io/carapace-sh/shell

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

RUN apt-get install -y git golang
RUN apt-get install -y git
RUN curl -L https://go.dev/dl/go1.23.4.linux-amd64.tar.gz | tar -C /usr/local -xzf -
ENV PATH=$PATH:/usr/local/go/bin
RUN git clone https://github.com/rsteube/vhs --depth 1 \
&& cd vhs \
&& GOBIN=/usr/local/bin/ go install
Expand Down

0 comments on commit c331a32

Please sign in to comment.