We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14cf99 commit ce23667Copy full SHA for ce23667
Dockerfile
@@ -41,4 +41,4 @@ RUN apt update -q \
41
&& echo $(curl -L https://dl.k8s.io/release/$KUBE_VERSION/bin/linux/$(dpkg --print-architecture)/kubectl.sha256) /usr/local/bin/kubectl | sha256sum --check \
42
&& chmod a+x /usr/local/bin/kubectl \
43
&& rm -rf /var/lib/apt/lists/* /var/log/* \
44
- && find / -type d -name '*__pycache__' -prune -exec rm -rf {} \;
+ && find /usr -type d -name '*__pycache__' -prune -exec rm -rf {} \;
0 commit comments