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

Update dockerfile to use specific python and tweepy #1

Open
dweaver33 opened this issue Nov 16, 2021 · 0 comments
Open

Update dockerfile to use specific python and tweepy #1

dweaver33 opened this issue Nov 16, 2021 · 0 comments

Comments

@dweaver33
Copy link

dweaver33 commented Nov 16, 2021

Getting errors while running docker image. Fixed by using specific python and tweepy version.

Top of DockerFile:

FROM python:3.6

RUN pip install -U pip
RUN pip install --no-cache-dir boto3
RUN pip install --no-cache-dir awscli
RUN pip install --no-cache-dir tweepy==3.7
RUN pip install --no-cache-dir datetime`
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