swarm
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user