Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-04-29 02:33:05 +0300
committernachoparker <nacho@ownyourbits.com>2019-04-30 04:57:40 +0300
commitb3c7d1375e57b6476c68976b4b5dab2d4422582d (patch)
treefd150b966600072a79580c804a10661ed9bbcf1f /docker-armhf
parent02efd614fd562f8e540a68a0c5a4dc1fe1eaf78f (diff)
letsencrypt: switch to apt versionv1.11.4
Diffstat (limited to 'docker-armhf')
-rw-r--r--docker-armhf/nextcloudpi/Dockerfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/docker-armhf/nextcloudpi/Dockerfile b/docker-armhf/nextcloudpi/Dockerfile
index cf36c918..f2da9f88 100644
--- a/docker-armhf/nextcloudpi/Dockerfile
+++ b/docker-armhf/nextcloudpi/Dockerfile
@@ -46,32 +46,6 @@ rm /.ncp-image; \
source /usr/local/etc/library.sh; \
find /usr/local/bin/ncp -name '*.sh' | while read l; do cleanup_script $l; done; \
-# letsencrypt build artifacts cleanup
-apt-get purge -y \
- make \
- binutils \
- cpp \
- cpp-6 \
- gcc \
- gcc-6 \
- libasan3 \
- libaugeas0 \
- libc-dev-bin \
- libc6-dev \
- libcc1-0 \
- libexpat1-dev \
- libffi-dev \
- libgcc-6-dev \
- libisl15 \
- libmpc3 \
- libubsan0 \
- linux-libc-dev \
- python-virtualenv \
- python-pkg-resources \
- python3-pkg-resources \
- python3-virtualenv \
- virtualenv; \
-
# should be cleaned up in no-ip.sh, but breaks udiskie.
# safe to do it here since no automount in docker
apt-get purge -y make gcc libc-dev; \