Skip to content

Commit

Permalink
Merge pull request #169 from stuartmaxwell:add-curl
Browse files Browse the repository at this point in the history
Add curl to Dockerfile
  • Loading branch information
stuartmaxwell authored Dec 3, 2024
2 parents d589749 + fffa4da commit d4db362
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 @@ -3,7 +3,7 @@ FROM python:3.13-slim-bookworm
# Install system dependencies
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y sqlite3 --no-install-recommends \
&& apt-get install -y sqlite3 curl --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man \
&& apt-get clean

Expand Down

0 comments on commit d4db362

Please sign in to comment.