lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Fix Docker 'empty continuation lines' warning #289

Closed lightster closed 6 years ago

lightster commented 6 years ago

The following warnings are occurring:

[WARNING]: Empty continuation line found in:
    RUN apt-get update -qq     && apt install -yqq         libpq-dev         git         postgresql-client     && docker-php-ext-install -j$(nproc)         bcmath         pdo_pgsql         sockets         zip     && pecl install xdebug     && docker-php-ext-enable xdebug
[WARNING]: Empty continuation lines will become errors in a future release.

The warnings are caused by inline comments within a Dockerfile RUN command