Skip to content

Commit

Permalink
Merge pull request #972 from camstuart/camstuart-patch-1
Browse files Browse the repository at this point in the history
fix: install curl in docker image
  • Loading branch information
TheoMcCabe authored Jan 19, 2024
2 parents 6cc5a0d + 1014d98 commit 09438f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11-slim

RUN apt-get update \
&& apt-get install -y sudo tk tcl gcc
&& apt-get install -y sudo tk tcl gcc curl

WORKDIR /app

Expand Down

0 comments on commit 09438f5

Please sign in to comment.