Skip to content

Commit

Permalink
feat(dx): Install charm vhs (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Oct 20, 2023
1 parent ecc268c commit 054b7ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ RUN wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubectx -O /usr
wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubens -O /usr/bin/kubens && \
chmod +x /usr/bin/kubectx /usr/bin/kubens

# Install Charm VHS & dependencies
RUN rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/vhs/releases/latest | jq -r '.assets[] | select(.name| test(".*.x86_64.rpm$")).browser_download_url') && \
wget https://github.com/tsl0922/ttyd/releases/latest/download/ttyd.x86_64 -O /tmp/ttyd && \
install -c -m 0755 /tmp/ttyd /usr/bin/ttyd

# Set up services
RUN systemctl enable podman.socket && \
systemctl disable pmie.service && \
Expand Down

0 comments on commit 054b7ea

Please sign in to comment.