Skip to content

Commit 2a78693

Browse files
author
Florian Lorétan
committed
Remove the 'local' repository, it's not available.
1 parent 4da0707 commit 2a78693

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
2828
&& tar -zxvf /tmp/${FILENAME} -C /tmp \
2929
&& rm /tmp/${FILENAME} \
3030
&& sudo mv /tmp/linux-amd64/helm /bin/helm \
31-
&& helm init --client-only
31+
&& helm init --client-only \
32+
&& helm repo remove local
3233

3334
# Add custom php config. Increase memory to 256M
3435
COPY conf/php/memory.ini /usr/local/etc/php/conf.d/memory.ini

0 commit comments

Comments
 (0)