Skip to content

Commit ca474c9

Browse files
committed
Istall missing libs - libgd-dev
1 parent 29aa78f commit ca474c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/web/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update && \
1717
libarchive-dev zlib1g-dev libcurl4-openssl-dev \
1818
apache2 apache2-dev libapache2-mod-fcgid libapr1-dev libaprutil1-dev \
1919
postgresql-client libpq-dev libxml2-dev libyaml-dev \
20+
libgd-dev \
2021
pngcrush optipng advancecomp pngquant jhead jpegoptim gifsicle libjpeg-progs unzip\
2122
&& curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
2223
&& apt-get install -y nodejs \

0 commit comments

Comments
 (0)