8000 trippy · sabrehagen/desktop-environment@90211ee · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
trippy
Browse files Browse the repository at this point in the history
  • Loading branch information
decidrjackson committed Feb 10, 2025
1 parent a2c5775 commit 90211ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,9 @@ RUN wget -qnv -O /usr/local/bin/tmpmail https://raw.githubusercontent.com/sdusha
RUN curl -fsSL https://github.com/kxxt/tracexec/releases/download/v0.5.2/tracexec-x86_64-unknown-linux-gnu.tar.gz | \
tar -C /usr/local/bin -xzf - tracexec

# Install trippy
RUN cargo install trippy --locked

# Install vs code, vs live share dependencies, shfmt extension dependency, and vs-wal
RUN wget -qnv -O code.deb https://go.microsoft.com/fwlink/?LinkID=760868 && \
apt-get install -qq ./code.deb && \
Expand Down

0 comments on commit 90211ee

Please sign in to comment.
0