We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a43ad1f + 01143de commit 02efa60Copy full SHA for 02efa60
Dockerfile
@@ -27,7 +27,7 @@ RUN apt-get update && \
27
apt-get install -y --no-install-recommends git gcc libc6-dev libopencv-dev libgl1-mesa-dev libglib2.0-0 curl && \
28
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
29
apt-get install -y --no-install-recommends nodejs && \
30
- pip install pipenv==2022.11.25 --no-cache-dir && \
+ pip install pipenv==2022.11.30 --no-cache-dir && \
31
if [ "${ENV}" = 'dev' ]; then \
32
pipenv install --system --skip-lock --dev; \
33
else \
0 commit comments