Skip to content

Commit

Permalink
Install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio9701 committed Oct 9, 2024
1 parent 2deab78 commit 08c9634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_classrooms_deficit_estimation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11.10-slim-bullseye

RUN apt-get update \
# dependencies for building Python packages
&& apt-get install -y build-essential \
&& apt-get install -y build-essential curl \
# cleaning up unused files
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 08c9634

Please sign in to comment.