Skip to content

Commit

Permalink
add-fastfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Nov 1, 2023
1 parent dcbee2e commit 51e0bd3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,15 @@ RUN apt-get update -qq && \
make all && \
make install

# Install fastfetch
RUN git clone https://github.com/fastfetch-cli/fastfetch /opt/fastfetch && \
cd /opt/fastfetch && \
mkdir build && \
cd build && \
cmake .. && \
cmake --build . --target fastfetch --target flashfetch && \
install fastfetch /usr/local/bin

# Install gotop
RUN git clone --depth 1 https://github.com/xxxserxxx/gotop /opt/gotop && \
cd /opt/gotop && \
Expand Down

0 comments on commit 51e0bd3

Please sign in to comment.