Skip to content

Commit

Permalink
image debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Dec 5, 2024
1 parent 27d16c7 commit 31bc01a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions geoBoundaryBuilder/images/geoBoundariesBase.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ ENV PYTHONUNBUFFERED=1 \
PIP_NO_CACHE_DIR=1

# Update the package index and install dependencies
RUN apk update && apk add --no-cache \
RUN apk add --no-cache \
python3 \
py3-pip \
gcc \
python3-dev \
musl-dev \
gcc \
g++ \
libffi-dev \
openssl-dev \
g++ \
make \
git \
git-lfs \
Expand All @@ -24,6 +25,7 @@ RUN apk update && apk add --no-cache \
py3-cffi \
py3-psycopg2


# Install Python packages
RUN pip install --upgrade pip \
&& pip install \
Expand Down

0 comments on commit 31bc01a

Please sign in to comment.