Skip to content

Commit

Permalink
Use debian docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Spferical committed Mar 26, 2024
1 parent ffaa589 commit 24af6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-alpine
FROM python:3.11

RUN apk update && apk add python3-dev gcc libc-dev g++ geos-dev
RUN apt-get update && apt-get install -y python3-dev libgeos-dev build-essential && rm -rf /var/lib/apt/lists/*

WORKDIR /docker-flask/server

Expand Down

0 comments on commit 24af6ab

Please sign in to comment.