Skip to content

Commit

Permalink
CI: remove empty continuation line
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 23, 2023
1 parent 40fb1cc commit d50e70b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ COPY . .

RUN apk add --virtual build-base gettext tar bzip2 apache-ant openjdk17 \
&& echo "build.built-by=Docker" >> override.properties \

&& ant preppkg-linux-only \
&& rm -rf pkg-temp/osid pkg-temp/lib/wrapper pkg-temp/lib/wrapper.* \
&& apk del build-base gettext tar bzip2 apache-ant openjdk17
Expand Down

0 comments on commit d50e70b

Please sign in to comment.