Skip to content

Commit

Permalink
fix: gcc compiler and python header files are no longer present in build
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorn01 committed Apr 2, 2024
1 parent 9387943 commit d1e35bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +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 . ../ENV/bin/activate \
&& pip install --upgrade pip setuptools \
&& pip install starlette-graphene3 \
Expand Down

0 comments on commit d1e35bb

Please sign in to comment.