Skip to content

Commit

Permalink
refactor: switch base image to python:3.9-alpine and add curl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Flexicon committed Jan 12, 2025
1 parent 6020ae7 commit a835f22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM python:3.9-slim
FROM python:3.9-alpine

WORKDIR /app

RUN apk --no-cache add curl

COPY requirements.txt .
RUN pip install -r requirements.txt

Expand Down

0 comments on commit a835f22

Please sign in to comment.