* use openjdk:8-jre-slim-bullseye instead of buster to support python3.9 * use openjdk:8-jre-slim-bullseye instead of buster across all components
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM openjdk:8-jre-slim-buster
+FROM openjdk:8-jre-slim-bullseye
RUN apt update ; \
apt install -y curl wget default-mysql-client sudo openssh-server netcat-traditional ;
apt install -y curl wget sudo openssh-server netcat-traditional ;
ENV DOCKER true
ENV TZ Asia/Shanghai