build my base image-2

This commit is contained in:
zeaslity
2022-11-22 16:56:26 +08:00
parent 958ec83c16
commit 411867e3bf

View File

@@ -2,4 +2,4 @@ FROM eclipse-temurin:11-jre-focal
MAINTAINER zeaslity@gmail.com
RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping net-tools dnsutils lsof curl wget mtr-tiny vim && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping net-tools dnsutils lsof curl wget mtr-tiny vim && rm -rf /var/lib/apt/lists/*