Skip to content

Commit

Permalink
Merge pull request #9077 from emqx/chore-reduce-docker-image-size
Browse files Browse the repository at this point in the history
chore: don't keep tar.gz in the docker image
  • Loading branch information
id committed Sep 29, 2022
2 parents a769564 + 0c78296 commit 09500f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/docker/Dockerfile
Expand Up @@ -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

Expand Down

0 comments on commit 09500f1

Please sign in to comment.