Skip to content

Commit

Permalink
no-ueberzugpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Delahunt authored and Jackson Delahunt committed May 2, 2024
1 parent ac6a9a4 commit 77dd30b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,6 @@ RUN wget -qnv -O /usr/local/bin/timeago https://raw.githubusercontent.com/sabreh
# Install tldr
RUN pipx install tldr

# Install ueberzugpp
RUN echo 'deb http://download.opensuse.org/repositories/home:/justkidding/xUbuntu_23.04/ /' | tee /etc/apt/sources.list.d/home:justkidding.list && \
curl -fsSL https://download.opensuse.org/repositories/home:justkidding/xUbuntu_23.04/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home_justkidding.gpg > /dev/null && \
apt-get update -qq && \
apt-get install -qq ueberzugpp

# 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 77dd30b

Please sign in to comment.