Skip to content

Commit

Permalink
Merge pull request #56 from projectsyn/fix/docker-build-py310
Browse files Browse the repository at this point in the history
Add missing build dependency `libffi-dev` for Python 3.10
  • Loading branch information
simu authored Apr 19, 2022
2 parents 70fa620 + a5161c1 commit 3de4da0
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 @@ -34,7 +34,7 @@ COPY --from=tsbuild /usr/src/app/node_modules node_modules

# renovate: datasource=github-releases lookupName=containerbase/python-prebuild
RUN install-tool python 3.10.4
RUN install-apt build-essential
RUN install-apt build-essential libffi-dev
COPY requirements.txt .
RUN pip install -r requirements.txt

Expand Down

0 comments on commit 3de4da0

Please sign in to comment.