Skip to content

Commit

Permalink
Add missing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 15, 2023
1 parent ebee806 commit 51da011
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,14 @@ RUN set -ex \
&& ruby-build ${RUBY_VERSION} /opt/ruby

ENV workdir /var/www

# Production OSM setup
ENV RAILS_ENV=production

# Install the openstreetmap-website dependencies
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 \
libpq-dev libsasl2-dev imagemagick libffi-dev libgd-dev libarchive-dev libbz2-dev yarnpkg curl \
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 Down

0 comments on commit 51da011

Please sign in to comment.