Dockerfile again, because kaniko!

This commit is contained in:
2021-02-18 21:03:57 +01:00
parent 36fa98e78b
commit 5932220ead
2 changed files with 2 additions and 0 deletions

8
apps/curl/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM debian:stable-slim
#RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
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/*