Skip to content

Commit

Permalink
Add libv8-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 15, 2023
1 parent 51da011 commit 4c101fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV RAILS_ENV=production
RUN apt-get update \
&& apt-get install -y \
libmagickwand-dev libxml2-dev libxslt1-dev \
nodejs npm apache2 apache2-dev build-essential git-core postgresql-client \
nodejs npm libv8-dev apache2 apache2-dev build-essential git-core postgresql-client \
libpq-dev libsasl2-dev imagemagick libffi-dev libgd-dev libarchive-dev libbz2-dev yarnpkg curl unzip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand All @@ -59,7 +59,8 @@ RUN apt-get update \
libcrypto++-dev libargon2-dev libyajl-dev automake autoconf libtool \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*



# Install cgimap
ENV cgimap /tmp/openstreetmap-cgimap
RUN git clone -b master https://github.com/zerebubuth/openstreetmap-cgimap.git $cgimap
Expand All @@ -83,6 +84,7 @@ RUN mv openstreetmap-website-$OPENSTREETMAP_WEBSITE_GITSHA/* $workdir/
WORKDIR $workdir
RUN echo "gem 'image_optim_pack', :git => 'https://github.com/toy/image_optim_pack.git'" >> Gemfile


# Install Ruby packages
RUN gem install bundler && bundle install

Expand Down

0 comments on commit 4c101fa

Please sign in to comment.