Skip to content

Commit 18aed2c

Browse files
committed
add postgres client
1 parent 5ee5ac5 commit 18aed2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
77
RUN apt-get update \
88
&& apt-get -qq -y install netcat-traditional \
99
libglib2.0-0 libsm6 libxext6 libxrender-dev libgomp1 \
10-
graphviz graphviz-dev gcc \
10+
graphviz graphviz-dev gcc postgresql-client \
1111
&& apt-get -qq clean
1212

1313
# install python dependencies
@@ -17,4 +17,4 @@ RUN pip install --upgrade pip
1717
RUN pip install --no-cache-dir -r requirements.txt
1818

1919
# copy project
20-
COPY . /usr/src/app/
20+
COPY . /usr/src/app/

0 commit comments

Comments
 (0)