We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da0707 commit 2a78693Copy full SHA for 2a78693
1 file changed
Dockerfile
@@ -28,7 +28,8 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
28
&& tar -zxvf /tmp/${FILENAME} -C /tmp \
29
&& rm /tmp/${FILENAME} \
30
&& sudo mv /tmp/linux-amd64/helm /bin/helm \
31
- && helm init --client-only
+ && helm init --client-only \
32
+ && helm repo remove local
33
34
# Add custom php config. Increase memory to 256M
35
COPY conf/php/memory.ini /usr/local/etc/php/conf.d/memory.ini
0 commit comments