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
path: root/docker
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-19 06:41:04 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-19 06:41:04 +0300
commitf62e36a2b5907afec9ed93aa279235992bdc4568 (patch)
treeed1b298feb60435d661ef606ae19c1a54a6f98a1 /docker
parentd50b16e22be3bc784cbb4a4f570eddad5b29f723 (diff)
docker: letsencrypt cleanup no longer necessary
Diffstat (limited to 'docker')
-rw-r--r--docker/nextcloudpi/Dockerfile33
1 files changed, 0 insertions, 33 deletions
diff --git a/docker/nextcloudpi/Dockerfile b/docker/nextcloudpi/Dockerfile
index 08dffc6f..5c6082a7 100644
--- a/docker/nextcloudpi/Dockerfile
+++ b/docker/nextcloudpi/Dockerfile
@@ -45,39 +45,6 @@ source /usr/local/etc/library.sh; \
cd /usr/local/etc/ncp-config.d/; \
for script in *.sh; do cleanup_script $script; 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 \
- libcilkrts5 \
- libexpat1-dev \
- libffi-dev \
- libgcc-6-dev \
- libgomp1 \
- libisl15 \
- libitm1 \
- liblsan0 \
- libmpc3 \
- libmpx2 \
- libquadmath0 \
- libtsan0 \
- libubsan0 \
- linux-libc-dev \
- python-virtualenv \
- python-pkg-resources \
- python3-pkg-resources \
- python3-virtualenv \
- virtualenv; \
-
# package clean up
apt-get autoremove -y; \
apt-get clean; \