mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
clean /root/.gnupg
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user