Skip to content

Commit

Permalink
fix: remove debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Jul 24, 2023
1 parent dd46017 commit 363b742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 5.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN set -eu; \
VERSION_ID="$(sed -n '/^VERSION_ID=/p' /etc/os-release | sed -r 's/VERSION_ID=(.*)/\1/g' | sed 's/\"//g')"; \
pkg="emqx-${EMQX_VERSION}-${ID}${VERSION_ID}-${arch}.tar.gz"; \
curl -f -O -L https://www.emqx.com/en/downloads/broker/v${EMQX_VERSION}/${pkg}; \
echo "$(sha256sum $pkg)"; \
echo "$sha256 *$pkg" | sha256sum -c; \
mkdir /opt/emqx; \
tar zxf $pkg -C /opt/emqx; \
Expand Down

0 comments on commit 363b742

Please sign in to comment.