Skip to content

Commit

Permalink
Docker-Brew fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinzyx committed Oct 19, 2024
1 parent 1f760e9 commit f734893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
67 changes: 1 addition & 66 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,68 +1,3 @@
brew "ca-certificates"
brew "cairo"
brew "fontconfig"
brew "freetype"
brew "fribidi"
brew "gdk-pixbuf"
brew "gettext"
brew "giflib"
brew "git"
brew "glib"
brew "gmp"
brew "gnupg"
brew "gnutls"
brew "gpgme"
brew "graphite2"
brew "harfbuzz"
brew "icu4c"
brew "jpeg"
brew "jpeg-turbo"
brew "libassuan"
brew "libevent"
brew "libgcrypt"
brew "libgpg-error"
brew "libidn2"
brew "libksba"
brew "libnghttp2"
brew "libpng"
brew "librsvg"
brew "libtasn1"
brew "libtiff"
brew "libunistring"
brew "libusb"
brew "libx11"
brew "libxau"
brew "libxcb"
brew "libxdmcp"
brew "libxext"
brew "libxrender"
brew "little-cms2"
brew "lz4"
brew "lzo"
brew "mpdecimal"
brew "nettle"
brew "npth"
brew "nspr"
brew "nss"
brew "openjpeg"
brew "openldap"
brew "openssl@3"
brew "p11-kit"
brew "pango"
brew "pcre2"
brew "pinentry"
brew "pipx"
brew "pixman"
brew "pkg-config"
brew "poppler"
brew "[email protected]"
brew "[email protected]"
brew "qpdf"
brew "readline"
brew "sqlite"
brew "unbound"
brew "xorgproto"
brew "xz"
brew "zstd"
brew "libheif"
brew "libmagic"
brew "libmagic"
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
libpoppler-cpp-dev \
pkg-config \
gcc \
git \
libqpdf-dev \
libgl1-mesa-glx \
libglib2.0-0 \
Expand Down

0 comments on commit f734893

Please sign in to comment.