We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb94ec commit a73870dCopy full SHA for a73870d
Dockerfile
@@ -3,11 +3,11 @@ FROM ghcr.io/actions/actions-runner:2.322.0@sha256:c02e8e1b479ea39b196c3bb0a40a6
3
USER root
4
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 \
+ && apt-get -y install curl git \
+ && apt-get -y install jq \
+ && apt-get -y install zip unzip \
+ && apt-get -y install build-essential \
+ && apt-get -y install ca-certificates wget apt-transport-https lsb-release gnupg \
11
&& apt-get clean \
12
&& rm -rf /var/lib/apt/lists/
13
0 commit comments