We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee5ac5 commit 18aed2cCopy full SHA for 18aed2c
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
7
RUN apt-get update \
8
&& apt-get -qq -y install netcat-traditional \
9
libglib2.0-0 libsm6 libxext6 libxrender-dev libgomp1 \
10
- graphviz graphviz-dev gcc \
+ graphviz graphviz-dev gcc postgresql-client \
11
&& apt-get -qq clean
12
13
# install python dependencies
@@ -17,4 +17,4 @@ RUN pip install --upgrade pip
17
RUN pip install --no-cache-dir -r requirements.txt
18
19
# copy project
20
-COPY . /usr/src/app/
+COPY . /usr/src/app/
0 commit comments