mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
Fix preview dockerfile typo
This commit is contained in:
parent
5c05a0f596
commit
0fb0150ad2
@ -25,7 +25,7 @@ USER root
|
||||
|
||||
COPY requirements.txt /code/
|
||||
# install dependencies but ignore any we don't need for dev environment
|
||||
RUN pip install $(grep -ivE "drf-yasg|spsycopg2|ipdb|mypy|ipython|ipdb|pip|djangorestframework-stubs|django-stubs|ipython-genutils|mypy-extensions|Pygments|typed-ast|jedi" requirements.txt) --no-cache-dir --compile\
|
||||
RUN pip install $(grep -ivE "drf-yasg|psycopg2|ipdb|mypy|ipython|ipdb|pip|djangorestframework-stubs|django-stubs|ipython-genutils|mypy-extensions|Pygments|typed-ast|jedi" requirements.txt) --no-cache-dir --compile\
|
||||
&& pip install psycopg2-binary --no-cache-dir --compile\
|
||||
&& pip uninstall ipython-genutils pip -y \
|
||||
&& rm -rf /usr/local/lib/python3.8/site-packages/numpy/core/tests \
|
||||
|
Loading…
Reference in New Issue
Block a user