Skip to content

Commit

Permalink
updates DOckerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Mar 9, 2025
1 parent e18dd3d commit b98b3cc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN apt-get update \
gdal-bin \
gettext \
git-core \
libmagic1 \
libxml2 \
locales \
locales-all \
nginx \
Expand All @@ -16,9 +18,11 @@ RUN apt-get update \
python3-gdal \
python3-psycopg2 \
&& locale-gen --no-purge uk_UA.UTF-8 \
&& apt-get clean \
&& pip install uv uwsgi
&& apt-get clean


RUN groupadd --gid 1024 bitcaster-io \
&& adduser --disabled-login --disabled-password --no-create-home --ingroup unicef-io -q hope

FROM base AS builder
RUN set -x \
Expand All @@ -43,6 +47,7 @@ zlib1g-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN pip install uv uwsgi

# ------- tests -------
FROM builder AS tests
Expand Down

0 comments on commit b98b3cc

Please sign in to comment.