diff --git a/orchestrator/orchestrator/docker/templates/Dockerfile b/orchestrator/orchestrator/docker/templates/Dockerfile index 443abbce..9d021277 100644 --- a/orchestrator/orchestrator/docker/templates/Dockerfile +++ b/orchestrator/orchestrator/docker/templates/Dockerfile @@ -8,5 +8,6 @@ RUN {{ parent_setup_command }} {% endif %} {% if install_command -%} +RUN apt-get --allow-releaseinfo-change update -y RUN {{ install_command }} {% endif %}