[nominatim-web] Fix typo



commit a0b6f6f433c671b7e896688b6d8957e657ac84bc
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Sun Feb 6 16:30:58 2022 +0100

    Fix typo

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index af60f30..926a1c4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && \
         build-essential libpq-dev
 
 RUN python -m venv /venv && \
-    /venv/bin/pip install fastapi uniqorn requests redis hiredis psycopg2
+    /venv/bin/pip install fastapi unicorn requests redis hiredis psycopg2
     && rm -f /requirements.txt
 
 FROM python:3.10-slim


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]