Skip to content

Commit

Permalink
Add install package dh-autoreconf to fix gifsicle error building mm-web
Browse files Browse the repository at this point in the history
  • Loading branch information
mlippert committed May 4, 2021
1 parent cc53d5f commit a0817a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riffmm/scripts/riffmm-buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# env variable(s) NODE_VER(unused right now) and GOLANG_VER must be set (use dockerfile ARG)

# packages needed to install
INSTALL_PKGS=( curl apt-utils gcc g++ make jq wget gnupg2 ca-certificates )
INSTALL_PKGS=( curl apt-utils gcc g++ make jq wget gnupg2 ca-certificates dh-autoreconf )
MM_PKGS=( build-essential libjpeg-dev libpng-dev libtiff-dev libgif-dev git )
DEV_PKGS=( vim-tiny )

Expand Down

0 comments on commit a0817a8

Please sign in to comment.