Skip to content

Commit c481810

Browse files
committed
gateway use dragonwell
1 parent 56b881e commit c481810

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mse-simple-demo/gateway/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
FROM eclipse-temurin:8-jdk-alpine
1+
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-extended-ga-centos
22

33
# copy arthas
44
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
55

6-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
7-
RUN apk add wget unzip tcpdump ngrep iproute2-ss bind-tools
8-
96
WORKDIR /app
107
COPY /target/gateway-1.0.0.jar /app
118

0 commit comments

Comments
 (0)