why _?111git statuskubectl apply -n kube-system -f descheduler-cronjob.yaml
This commit is contained in:
6
apps/curl/Dockerfile
Normal file
6
apps/curl/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM cr.wks/debian-stable
|
||||
RUN apt-get update && apt-get install -y \
|
||||
curl procps && \
|
||||
apt-get clean -y && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
rm -rf /var/cache/apt/* /tmp/* /var/tmp/*
|
||||
Reference in New Issue
Block a user