Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove python3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 committed Feb 23, 2021
1 parent 9c39d5d commit 20031c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/python/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG PYTHON=python3
ARG PIP=pip3
ARG PYTHON_VERSION=3.7.9
RUN apt-get update && \
apt-get install -y wget ${PYTHON}-dev gcc && \
apt-get install -y wget gcc && \
wget -q https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tgz && \
tar -xzf Python-$PYTHON_VERSION.tgz && \
cd Python-$PYTHON_VERSION && \
Expand Down

0 comments on commit 20031c5

Please sign in to comment.