Skip to content

Instantly share code, notes, and snippets.

@amancioandre
Created July 20, 2021 15:59
Show Gist options
  • Select an option

  • Save amancioandre/144a491ecd163ae28bd037a0d1aeec30 to your computer and use it in GitHub Desktop.

Select an option

Save amancioandre/144a491ecd163ae28bd037a0d1aeec30 to your computer and use it in GitHub Desktop.
Docker Bug
FROM python:3.7
ENV PYTHONUNBUFFERED 1
RUN mkdir /code
WORKDIR /code
COPY . /code/
RUN pip install -r requirements-dev.txt
-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
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