We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docker is showing a warning about the empty continuation line in the Dockerfile:
I think we just need to remove the blank line.
The text was updated successfully, but these errors were encountered: