We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29aa78f commit ca474c9Copy full SHA for ca474c9
images/web/Dockerfile
@@ -17,6 +17,7 @@ RUN apt-get update && \
17
libarchive-dev zlib1g-dev libcurl4-openssl-dev \
18
apache2 apache2-dev libapache2-mod-fcgid libapr1-dev libaprutil1-dev \
19
postgresql-client libpq-dev libxml2-dev libyaml-dev \
20
+ libgd-dev \
21
pngcrush optipng advancecomp pngquant jhead jpegoptim gifsicle libjpeg-progs unzip\
22
&& curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
23
&& apt-get install -y nodejs \
0 commit comments