why _?111git statuskubectl apply -n kube-system -f descheduler-cronjob.yaml
This commit is contained in:
9
apps/piwigo/Dockerfile
Normal file
9
apps/piwigo/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM cr.lan/debian-stable
|
||||
|
||||
#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 \
|
||||
libwww-perl && \
|
||||
apt-get clean -y && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
rm -rf /var/cache/apt/* /tmp/* /var/tmp/*
|
||||
COPY remote_sync.pl /
|
||||
Reference in New Issue
Block a user