[nominatim-web] There's no requirements.txt anymore
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nominatim-web] There's no requirements.txt anymore
- Date: Sun, 6 Feb 2022 15:42:56 +0000 (UTC)
commit 0a86a4eb33d55d6dbde09788373581868b9c4f92
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Sun Feb 6 16:42:42 2022 +0100
There's no requirements.txt anymore
Dockerfile | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 238253c..ba6fdee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,6 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential libpq-dev
-ADD requirements.txt /requirements.txt
RUN python -m venv /venv && \
/venv/bin/pip install -r fastapi uvicorn redis hiredis psycopg2 requests
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]