Skip to content

Commit a73870d

Browse files
fix: Modified spacing to fix release (#49)
1 parent cfb94ec commit a73870d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ FROM ghcr.io/actions/actions-runner:2.322.0@sha256:c02e8e1b479ea39b196c3bb0a40a6
33
USER root
44

55
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 ca-certificates wget apt-transport-https lsb-release gnupg \
1111
&& apt-get clean \
1212
&& rm -rf /var/lib/apt/lists/
1313

0 commit comments

Comments
 (0)