You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/01/25 05:29:34 UTC

[GitHub] [dolphinscheduler] WindyGao commented on issue #8185: [Bug] [command not found] curl: command not found

WindyGao commented on issue #8185:
URL: https://github.com/apache/dolphinscheduler/issues/8185#issuecomment-1020827058


   i didn't install ...
   ```
   FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:latest
   COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/lib
   RUN apt-get update && \
       apt-get install -y --no-install-recommends python3 wget curl jq&& \
       rm -rf /var/lib/apt/lists/*
   ```
   it works normally now


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org