Skip to content

Commit

Permalink
fix: Remove python3-dev to avoid conflict of Python.h files
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 23, 2023
1 parent cea1732 commit 1f57df9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ENV PATH=/usr/local/venv/bin:"${PATH}"
RUN apt-get -qq update && \
apt-get -qq -y install --no-install-recommends \
python3 \
python3-dev \
python3-venv \
curl \
git && \
Expand Down

0 comments on commit 1f57df9

Please sign in to comment.