mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
unbreak imagemagick with fastfetch for linux docker builds
This commit is contained in:
parent
42f7ccb93a
commit
f0742e5654
1 changed files with 2 additions and 4 deletions
|
@ -20,6 +20,8 @@ brew:
|
|||
packages:
|
||||
# these are all for both macOS and Debian
|
||||
default:
|
||||
# for working w/ images and making lsimg work, is lorg
|
||||
- imagemagick
|
||||
# cool interactive python with colors + docs
|
||||
- bpython
|
||||
# TUI browser
|
||||
|
@ -81,8 +83,6 @@ brew:
|
|||
- gpg-tui
|
||||
# macOS specific stuff. Won't work with LinuxBrew
|
||||
macOS:
|
||||
# for working w/ images and making lsimg work, is lorg
|
||||
- imagemagick
|
||||
# this is installed via apt for linux
|
||||
- git
|
||||
# python 3.11 already ships with Debian bookworm, only needed for macOS
|
||||
|
@ -213,8 +213,6 @@ apt:
|
|||
cleanup: "sudo apt-get autoremove -y"
|
||||
packages:
|
||||
default:
|
||||
# fastfetch needs the dev package
|
||||
- libmagickcore-dev
|
||||
- bash-completion
|
||||
- build-essential
|
||||
# this is just to keep us up to date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue