Skip to content

Commit

Permalink
Added build-essential libpcre3-dev, which are required for install uwsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
TijsdeKler committed Jun 28, 2023
1 parent 4075d0c commit c9c7ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app/install

RUN apt update -y \
&& apt upgrade -y \
&& apt install -y --no-install-recommends gdal-bin \
&& apt install -y --no-install-recommends gdal-bin build-essential libpcre3-dev\
&& apt autoremove -y \
&& apt clean -y \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit c9c7ae7

Please sign in to comment.