Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty continuation line #76

Open
wmortada opened this issue Oct 13, 2021 · 0 comments
Open

Empty continuation line #76

wmortada opened this issue Oct 13, 2021 · 0 comments

Comments

@wmortada
Copy link
Contributor

wmortada commented Oct 13, 2021

Docker is showing a warning about the empty continuation line in the Dockerfile:

[WARNING]: Empty continuation line found in:
    RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -   && apt-get update   && apt-get install -y --no-install-recommends   bash-completion   default-mysql-client   git   iproute2   less   libc-client-dev   libicu-dev   libjpeg62-turbo-dev   libkrb5-dev   libmagickwand-dev   libpng-dev   libxml2-dev   libzip-dev   msmtp-mta   nano   nodejs   rsync   sudo   unzip   vim   zip   && rm -r /var/lib/apt/lists/*
[WARNING]: Empty continuation lines will become errors in a future release.

I think we just need to remove the blank line.

  zip \

  && rm -r /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant