Skip to content

Commit

Permalink
wip: experimental relationships
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 3, 2024
1 parent c17b8f8 commit a632d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG ARCHES_PROJECT
ENV ARCHES_PROJECT $ARCHES_PROJECT
COPY docker/entrypoint.sh ${WEB_ROOT}/
RUN apt-get update && apt-get -y install python3-libxml2 git
RUN apt-get -y install build-essential python3-dev
RUN apt-get -y install build-essential python3-dev
RUN . ../ENV/bin/activate \
&& pip install --upgrade pip setuptools \
&& pip install starlette-graphene3 \
Expand Down

0 comments on commit a632d1d

Please sign in to comment.