Skip to content

Commit

Permalink
Merge pull request #54 from uc-cdis/chore/adopt_new_psqlgraph
Browse files Browse the repository at this point in the history
chore(ci): Adopt new psqlgraph (and py2neo)
  • Loading branch information
themarcelor committed Mar 31, 2021
2 parents f547ab9 + 63a2c21 commit 2d8bf19
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 84 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ RUN apk update \
openssl-dev \
postgresql-dev \
git \
g++ \
&& pip install --upgrade pip
# add g++ because greenlet needs it (imported by sqlalchemy 1.4)

COPY . /data-simulator
WORKDIR /data-simulator
Expand Down
Loading

0 comments on commit 2d8bf19

Please sign in to comment.