Skip to content

Commit f772bb6

Browse files
committed
drut 2
1 parent 41437d9 commit f772bb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ kolla_build_blocks:
294294
{% endif %}
295295
RUN \
296296
rm /etc/apt/sources.list && \
297+
ls -lac /etc/apt/sources.list.d/ && \
298+
rm -f /etc/apt/sources.list.d/docker-ce.sources && \
297299
rm -f /etc/apt/apt.conf.d/90no-verify-peer && \
298300
{% for repo in stackhpc_ubuntu_noble_repos %}
299301
echo '{{ repo }}' >> /etc/apt/sources.list {% if not loop.last %} && \

0 commit comments

Comments
 (0)