Skip to content

Commit c16b9dc

Browse files
Fix installer dockerfile
Co-authored-by: Danail Branekov <[email protected]>
1 parent 0911e1a commit c16b9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/installer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RUN apt-get update \
2121
&& rm -rf /var/lib/apt/lists/*
2222

2323
# helm
24-
RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" >/etc/apt/sources.list.d/helm-stable-debian.list \
25-
&& curl -fsSL https://baltocdn.com/helm/signing.asc | gpg --dearmor >/usr/share/keyrings/helm.gpg
24+
RUN echo "deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main" >/etc/apt/sources.list.d/helm-stable-debian.list \
25+
&& curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --dearmor >/usr/share/keyrings/helm.gpg
2626

2727
RUN apt-get update \
2828
&& apt-get install --yes \

0 commit comments

Comments
 (0)