Skip to content

Commit

Permalink
Rollup merge of rust-lang#105433 - ComputerDruid:docker_continuation_…
Browse files Browse the repository at this point in the history
…fix, r=jyn514

CI: add missing line continuation marker

Resolves this docker warning:

```
[WARNING]: Empty continuation line found in:
    RUN apt-get update && apt-get install -y --no-install-recommends   g++   gcc-multilib   make   ninja-build   file   curl   ca-certificates   python2.7   python3.9   git   cmake   sudo   gdb   llvm-13-tools   llvm-13-dev   libedit-dev   libssl-dev   pkg-config   zlib1g-dev   xz-utils   nodejs     apt-transport-https software-properties-common &&     curl -s "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" > packages-microsoft-prod.deb &&     dpkg -i packages-microsoft-prod.deb &&     apt-get update &&     apt-get install -y powershell     && rm -rf /var/lib/apt/lists/*
Warning: : Empty continuation lines will become errors in a future release.
```
  • Loading branch information
matthiaskrgr committed Dec 8, 2022
2 parents 7248990 + 98ad06d commit 8085ee7
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 8085ee7

Please sign in to comment.