Prosody: Fix Cleanup in Dockerfile
This commit is contained in:
parent
d96b1a2e47
commit
062e39cdb1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ RUN set -x \
|
|||
##
|
||||
## Cleanup
|
||||
&& rm -rf /prosody-src \
|
||||
&& rm -f /prosody-src.tar.gz \
|
||||
&& rm -f /prosody-trunk.tar.gz \
|
||||
&& rm -f /prosody-modules.tar.gz \
|
||||
&& rm -f /usr/local/bin/busted \
|
||||
&& apk del .build-deps
|
||||
|
|
Reference in a new issue