feat: wishlist
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ WORKDIR /code
|
||||
COPY requirements.txt /code
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y git nginx gettext vim && \
|
||||
apt-get install -y gcc git nginx gettext vim libpq-dev && \
|
||||
pip install -r requirements.txt && \
|
||||
apt-get autoremove -y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user