Skip to content

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.

2 participants