clean /root/.gnupg

This commit is contained in:
Wonderfall
2016-05-30 19:43:23 +02:00
parent 998f81ab71
commit 5b3bf36e16
6 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
&& find /rainloop -type d -exec chmod 755 {} \; \
&& find /rainloop -type f -exec chmod 644 {} \; \
&& apk del gnupg \
&& rm -rf /tmp/* /var/cache/apk/*
&& rm -rf /tmp/* /var/cache/apk/* /root/.gnupg
COPY nginx.conf /etc/nginx/nginx.conf
COPY php-fpm.conf /etc/php7/php-fpm.conf