nextcloud 24
This commit is contained in:
@@ -6,7 +6,7 @@ ENV NEXTCLOUD_UPDATE=1
|
||||
RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list && \
|
||||
sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list && \
|
||||
apt-get update && apt-get install -y \
|
||||
procps bash iputils-ping libmagickcore-6.q16-6-extra
|
||||
procps bash iputils-ping libmagickcore-6.q16-6-extra vim-tiny
|
||||
|
||||
RUN apt-get clean -y && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
Reference in New Issue
Block a user