chore: don't keep tar.gz in the docker image

This commit is contained in:
Ivan Dyachkov 2022-09-29 15:38:28 +02:00
parent a769564005
commit 0c782963c7
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ RUN export PROFILE=${EMQX_NAME%%-elixir} \
&& cd /emqx \
&& rm -rf $EMQX_LIB_PATH \
&& make $EMQX_NAME1 \
&& rm -f $EMQX_REL_PATH/*.tar.gz \
&& mkdir -p /emqx-rel \
&& mv $EMQX_REL_PATH /emqx-rel