Skip to content

Commit

Permalink
add install of psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Jul 30, 2018
1 parent 9b52485 commit 4590356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _provisioning/daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:alpine

LABEL AUTHOR="Nelson Herbin <[email protected]>"
LABEL NAME=tricoteuses-api
LABEL NAME=tricoteuses-daemon
LABEL VERSION=1


Expand All @@ -18,4 +18,6 @@ RUN git clone https://framagit.org/parlement-ouvert/tricoteuses-daemon.git
WORKDIR tricoteuses-daemon

RUN pip install requests
RUN pip install psycopg2


0 comments on commit 4590356

Please sign in to comment.