Skip to content

Commit

Permalink
fix(orchestrator): add update to dockerfile template
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFish232 authored and ksquaring committed Jan 4, 2024
1 parent cd283c4 commit db82992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchestrator/orchestrator/docker/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN {{ parent_setup_command }}
{% endif %}
{% if install_command -%}
RUN apt-get --allow-releaseinfo-change update -y
RUN {{ install_command }}
{% endif %}

0 comments on commit db82992

Please sign in to comment.