Skip to content

Commit

Permalink
chore: Update Dockerfile to include python3-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Jun 7, 2024
1 parent ec5ffec commit f210603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F23C5A6CF475977595C
RUN apt-get update

# Install Python 3.11, pip and venv
RUN apt-get install -y python3.11 python3-pip python3.11-venv
RUN apt-get install -y python3.11 python3-pip python3.11-venv python3-dev

# Create a Python virtual environment and activate it
RUN python3.11 -m venv /opt/venv
Expand Down

0 comments on commit f210603

Please sign in to comment.