python: добавлен пакет dh-python
All checks were successful
release / release (push) Successful in 10m22s

This commit is contained in:
2024-10-10 19:17:20 +07:00
parent 3a47ab48fa
commit a861217aff
3 changed files with 5 additions and 5 deletions

View File

@@ -19,5 +19,5 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
org.opencontainers.image.description="MouseSoft docker images used by act_runner to run workflows."
RUN apt-get update && \
apt-get install -y libvirt-dev python3-all python3-dev python3-setuptools && \
apt-get install -y dh-python libvirt-dev python3-all python3-dev python3-setuptools && \
rm -rf /var/lib/apt/lists/*