Skip to content

Commit

Permalink
Dockerfile: Add python3-distutils-extra in the container
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo M. Duarte <[email protected]>
  • Loading branch information
mdrodrigo committed Aug 6, 2024
1 parent 8ac8d95 commit fffcca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends realpath || true && \
apt-get install -y --no-install-recommends python python-dev || true && \
apt-get install -y --no-install-recommends python3 python3-dev || true && \
apt-get install -y --no-install-recommends python3-distutils-extra || true && \
apt-get install -y --no-install-recommends python-dev-is-python3 || true && \
apt-get install -y --no-install-recommends libegl1-mesa || true && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit fffcca4

Please sign in to comment.