We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4264cb8 commit a0903efCopy full SHA for a0903ef
Dockerfile
@@ -1,6 +1,7 @@
1
-FROM ghcr.io/actions/actions-runner:2.313.0 AS base
+FROM ghcr.io/actions/actions-runner:2.314.1 AS base
2
USER root
3
RUN apt-get update \
4
+ && apt-get -y install curl git \
5
&& apt-get install -y curl jq \
6
&& apt-get -y install zip unzip \
7
&& apt-get -y install ca-certificates curl wget apt-transport-https lsb-release gnupg \
0 commit comments