File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ FROM ghcr.io/actions/actions-runner:2.322.0@sha256:c02e8e1b479ea39b196c3bb0a40a6
3
3
USER root
4
4
5
5
RUN apt-get update \
6
- && apt-get -y install curl git \
7
- && apt-get -y install jq \
8
- && apt-get -y install zip unzip \
9
- && apt-get -y install build-essential \
10
- && apt-get -y install ca-certificates wget apt-transport-https lsb-release gnupg \
6
+ && apt-get -y install curl git \
7
+ && apt-get -y install jq \
8
+ && apt-get -y install zip unzip \
9
+ && apt-get -y install build-essential \
10
+ && apt-get -y install openjdk-17-jdk \
11
+ && apt-get -y install ca-certificates wget apt-transport-https lsb-release gnupg \
11
12
&& apt-get clean \
12
13
&& rm -rf /var/lib/apt/lists/
13
14
@@ -64,6 +65,7 @@ RUN whoami \
64
65
&& echo "kubelogin client: $(kubelogin --version)" \
65
66
&& echo "helm: $(helm version)" \
66
67
&& echo "yq: $(yq --version)" \
68
+ && echo "java: $(java --version)" \
67
69
&& echo "node: $(node --version)" \
68
70
&& echo "npm: $(npm --version)" \
69
71
&& echo "yarn: $(yarn --version)"
You can’t perform that action at this time.
0 commit comments