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

Possible false positive for comments within a run command. #54

Closed
deepio opened this issue May 5, 2018 · 1 comment
Closed

Possible false positive for comments within a run command. #54

deepio opened this issue May 5, 2018 · 1 comment

Comments

@deepio
Copy link

deepio commented May 5, 2018

Issue details

I'm getting an Empty / bogus instruction is invalid but i'm pretty sure its ok.

Steps to reproduce/test case

This is part of my dockerfile. This runs correctly in docker.

RUN apk update \
  # psycopg2 dependencies
  && apk add --virtual build-deps gcc python3-dev musl-dev \
  && apk add postgresql-dev \

I have multiple lines after this one that start with && and they do not have this error.

Affected version(s)

Latest, used by this repo (AtomLinter/linter-docker) which is a wrapper for redcoolbeans/dockerlint. Link to other issue.</>

@rnagy
Copy link
Contributor

rnagy commented May 22, 2018

fixed by d775293312e3444510ba99a3856ffc25b14d94d7

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

2 participants