Skip to content

Commit

Permalink
Add curl to dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Nov 29, 2024
1 parent 4d23fd2 commit 22f88d7
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 @@ -13,7 +13,7 @@ ENV VIRTUAL_ENV=/opt/venv
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update --fix-missing && \
apt-get install --no-install-recommends -y \
build-essential
build-essential curl

# Copy our Python requirements here
COPY ./pyproject.toml .
Expand Down

0 comments on commit 22f88d7

Please sign in to comment.