This commit is contained in:
marsal wang
2023-07-26 10:07:34 +08:00
parent f884cb1020
commit 1e5a703cce
5384 changed files with 618283 additions and 4002 deletions

View File

@ -2,6 +2,8 @@ FROM openjdk:11-jdk
RUN apt-get update && apt-get install -y curl iotop wget procps lsof lib32gcc-s1
ADD skywalking-agent /skywalking-agent
# RUN echo 'deb http://mirrors.163.com/debian/ stretch main non-free contrib' > /etc/apt/sources.list \
# && echo 'deb http://mirrors.163.com/debian/ stretch-updates main non-free contrib' >> /etc/apt/sources.list \
# && echo 'deb http://mirrors.163.com/debian-security/ stretch/updates main non-free contrib' >> /etc/apt/sources.list \
@ -17,5 +19,5 @@ RUN apt-get update && apt-get install -y curl iotop wget procps lsof lib32gcc
CMD ["java","--version"]
# 打包之前先解压dhsdk.zip文件
# docker build -f Dockerfile -t marsal1212/java11:latest .
# docker build -f Dockerfile -t harbor.sino-assist.com/marsal1212/java11:latest .
# 添加了curl