Добавлен параметр --allow-unauthenticated в команду apt-get install
Some checks failed
release / release (push) Failing after 56m34s
Some checks failed
release / release (push) Failing after 56m34s
This commit is contained in:
@@ -19,5 +19,6 @@ 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 --allow-insecure-repositories && \
|
||||
apt-get install -y dh-python libvirt-dev python3-all python3-dev python3-setuptools && \
|
||||
apt-get install -y --allow-unauthenticated dh-python libvirt-dev python3-all \
|
||||
python3-dev python3-setuptools && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user