Created
July 20, 2021 15:59
-
-
Save amancioandre/144a491ecd163ae28bd037a0d1aeec30 to your computer and use it in GitHub Desktop.
Docker Bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM python:3.7 | |
| ENV PYTHONUNBUFFERED 1 | |
| RUN mkdir /code | |
| WORKDIR /code | |
| COPY . /code/ | |
| RUN pip install -r requirements-dev.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -r requirements.txt | |
| black | |
| pre-commit | |
| pytest | |
| pytest-cov | |
| pytest-aiohttp | |
| # black==21.7b0 | |
| # pre-commit==2.13.0 | |
| # pytest==6.2.3 | |
| # pytest-cov==2.12.1 | |
| # # coverage==5.5 | |
| # pytest-aiohttp==0.3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| firefly-dependency-injection==1.0.0 | |
| firefly-framework==1.1.53 | |
| firefly-aws==1.1.43 | |
| firefly-iaaa==0.1.11 | |
| . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment