th1nksnow commented on code in PR #4729:
URL: https://github.com/apache/zeppelin/pull/4729#discussion_r1522938434


##########
scripts/docker/zeppelin-interpreter/Dockerfile:
##########
@@ -30,7 +30,7 @@ ENV VERSION="${version}" \
 RUN set -ex && \
     /usr/bin/apt-get update && \
     DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get install -y 
openjdk-11-jre-headless wget tini bzip2 && \
-    /usr/bin/wget -qO- 
https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj 
bin/micromamba && \
+    /usr/bin/wget --no-iri -qO- 
https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj 
bin/micromamba && \

Review Comment:
   In my case i just run ```docker build -t 
zeppelin-interpreter:0.12.0-SNAPSHOT -f ./Dockerfile .``` on Docker Engine 
25.0.3.
   I found the solution 
[here](https://github.com/mamba-org/mamba/issues/2998#issuecomment-1829292600).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to