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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]