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

FIX Changing Dockerfile to fix django import #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AmandaMuniz
Copy link
Collaborator

To fix the bug described in issue #169, the Dockerfile was changed.

Screenshot_20210323_162333

The changes applied were made in the following lines:

  • Line 1 was changed to create the parenting image from python 3;
  • Line 2 was added to create an env;
  • The following code was deleted because it creates steps that were not necessary.
RUN apt-get update && apt-get install -y --no-install-recommends \
        python3 \
        python3-pip \
        python3-crypto \
        python3-pyodbc \
        python3-setuptools

RUN pip3 install --no-cache-dir toolz

The remaining code was left without changes from the original Dockerfile.

@AmandaMuniz AmandaMuniz added the bug Something isn't working label Mar 23, 2021
@AmandaMuniz AmandaMuniz self-assigned this Mar 23, 2021
@rodmaia rodmaia requested a review from gabibguedes April 14, 2021 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant