Skip to content

Commit

Permalink
clean-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Nov 1, 2023
1 parent 37aa08f commit 1061065
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ RUN apt-get update -qq && \
pcmanfm \
perl \
pipx \
pkg-config \
pulseaudio \
pulseaudio-module-zeroconf \
pulsemixer \
Expand Down Expand Up @@ -144,7 +145,7 @@ RUN apt-get update -qq && \

# Install alacritty
RUN apt-get update -qq && \
apt-get install -qq cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 && \
apt-get install -qq libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 && \
git clone --depth 1 https://github.com/sabrehagen/alacritty /opt/alacritty && \
cd /opt/alacritty && \
cargo build --release --no-default-features --features=x11 && \
Expand Down Expand Up @@ -229,10 +230,6 @@ RUN git clone --depth 30 https://github.com/orf/gping /opt/gping && \
# Install i3lock
RUN apt-get update -qq && \
apt-get install -qq \
autoconf \
gcc \
make \
pkg-config \
libpam0g-dev \
libcairo2-dev \
libfontconfig1-dev \
Expand Down

0 comments on commit 1061065

Please sign in to comment.