Skip to content

Commit 9d4d0e8

Browse files
committed
add missing curl command
1 parent 1b640df commit 9d4d0e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

e2e/code-generator/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
ARG LAN_ENV=docker.io/library/golang:1.21
22

33
FROM ghcr.io/linuxsuren/api-testing:master AS atest
4-
FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
4+
FROM ghcr.io/linuxsuren/hd:v0.0.42 AS downloader
55
RUN hd install jq
66
FROM $LAN_ENV
77

88
WORKDIR /workspace
99
COPY . .
1010
COPY --from=downloader /usr/local/bin/jq /usr/local/bin/jq
11+
COPY --from=downloader /usr/bin/curl /usr/local/bin/curl
1112
COPY --from=atest /usr/local/bin/atest /usr/local/bin/atest
1213

1314
CMD [ "/workspace/entrypoint.sh" ]

e2e/code-generator/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
context: .
1414
dockerfile: Dockerfile
1515
args:
16-
- LAN_ENV=docker.io/library/eclipse-temurin:25
16+
- LAN_ENV=docker.io/library/openjdk:26-rc-jdk
1717
command:
1818
- /workspace/entrypoint.sh
1919
- java

0 commit comments

Comments
 (0)