We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4325e commit 51fa5e4Copy full SHA for 51fa5e4
build_debug_docker_j2.sh
@@ -28,7 +28,7 @@ debs/{{ deb }}{{' '}}
28
{% if $3 is defined %}
29
{% if $3|length %}
30
31
-RUN apt-get install -f -y \
+RUN apt-get update && apt-get install -f -y \
32
{% for dbg in $3.split(' ') -%}
33
{{ dbg }}{{' '}}
34
{%- endfor %}
0 commit comments