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

@ -47,7 +47,7 @@ RUN BUILD_DEPS=" \
&& echo "All seems good, now unpacking ${ARM_TARBALL}..." \
&& tar xjf /tmp/${ARM_TARBALL} && cd arm && ./install \
&& apk del ${BUILD_DEPS} \
&& rm -rf /var/cache/apk/* /tmp/*
&& rm -rf /var/cache/apk/* /tmp/* /root/.gnupg
VOLUME /usr/local/etc/tor /tordata
EXPOSE 9001 9030