Skip to content

Commit

Permalink
remove chromium alpine is now best friend
Browse files Browse the repository at this point in the history
  • Loading branch information
renner0e committed Aug 29, 2024
1 parent 3a67a75 commit b924e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN pacman -S \
# bloated stuff gets its own layer
# LC_ALL=C.UTF-8 pacman -Qi | awk '/^Name/{name=$3} /^Installed Size/{print $4$5, name}' | LC_ALL=C.UTF-8 sort -h

RUN pacman -S chromium --noconfirm
#RUN pacman -S chromium --noconfirm
RUN pacman -S rclone --noconfirm
RUN pacman -S ffmpeg --noconfirm
RUN pacman -S jdk-openjdk --noconfirm
Expand Down

0 comments on commit b924e1c

Please sign in to comment.