ByteOtter / OtterDen

A small Flask based blog application. Built for learning purposes only.
GNU General Public License v3.0
2 stars 1 forks source link

[BUG:] Dockerfile pip command deprecated #68

Closed ByteOtter closed 1 year ago

ByteOtter commented 1 year ago

Description

Dockerfile line 22 the pip install command pip install --install-options="--prefix=/install" -r /requirements.txt seems to be deprecated. When trying to build the Docker image a lengthy error message is thrown (ref below).

Please tick the applicable box(es) regarding the kind of bug you found:

Additional context

image