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

Error while adding a Dockerfile to install more dependencies #36

Open
AwaishK opened this issue Jun 19, 2020 · 0 comments
Open

Error while adding a Dockerfile to install more dependencies #36

AwaishK opened this issue Jun 19, 2020 · 0 comments

Comments

@AwaishK
Copy link

AwaishK commented Jun 19, 2020

I am trying to install git and few other dependencies for that I have created Dockerfile in the airflow-tutorial directory. and added below lines in the file.

RUN apt-get update && \
    apt-get install -y git

RUN pip install dataclasses

then trying to build it with docker-compose up --build

but it keep failing and error is
ModuleNotFoundError: No module named 'dataclasses'

it works perfectly fine without my Dockerfile, Can any body please help me solve this issue?

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